This commit is contained in:
hufangzhou
2022-02-14 13:57:52 +08:00
parent e6db39683a
commit 64f8980289
7 changed files with 32 additions and 15 deletions

View File

@@ -466,7 +466,7 @@ class build extends control
$html .= html::a("javascript:loadExecutionBuilds($executionID)", $this->lang->refresh);
die($html);
}
die(html::select('build', array('') + $builds, $build, "class='form-control' onchange='loadTestReports(this.value)'"));
die(html::select('build', array('') + $builds, $build, "class='form-control'"));
}
if($varName == 'dropdownList')
{