* Modify execution page style.

This commit is contained in:
曹延义
2022-10-10 10:33:40 +08:00
parent d6bd6c978b
commit aeb4bef5bc
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -4603,7 +4603,7 @@ class executionModel extends model
$burns = join(',', $execution->burns);
echo "<tr $trAttrs class='$trClass'>";
echo "<td><span id=$execution->id class='table-nest-icon icon table-nest-toggle'></span>";
echo "<td class='c-name text-left flex sort-handler'><span id=$execution->id class='table-nest-icon icon table-nest-toggle'></span>";
if($this->config->systemMode == 'new')
{
$spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info';