* Modify status style.

This commit is contained in:
caoyanyi
2022-10-26 13:41:39 +08:00
parent f9028553c5
commit b2a64e9f25
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ $status = strtolower($status);
<td class='c-name' title="<?php echo $task->executionName?>"><?php echo $task->executionName?></td>
<?php $statusName = $this->processStatus('testtask', $task);?>
<td title='<?php echo $statusName;?>'>
<span class='status-task status-<?php echo $task->status?>'>
<span class='status-testtask status-<?php echo $task->status?>'>
<?php echo $statusName;?>
</span>
</td>