* Adjust add testtask.

This commit is contained in:
holan20180123
2020-09-03 16:12:31 +08:00
parent 1239df2691
commit 669990f69f
+1 -1
View File
@@ -348,7 +348,7 @@ class build extends control
{
echo html::a($this->createLink('build', 'create', "projectID=$projectID&productID=$productID", '', $onlybody = true), $this->lang->build->create, '', "data-toggle='modal' data-type='iframe'");
echo '  ';
echo html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh);
die(html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh));
}
die(html::select('build', $builds, $build, "class='form-control'"));
}