* [task#133967,done,2h] modify delay label.

This commit is contained in:
liumengyi
2024-12-04 09:53:51 +08:00
committed by 田淑杰
parent bc86d4dbe2
commit 51cfdd3623
10 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ panel
(
setClass('flex items-center justify-center'),
$executionName . ' ' . $this->lang->execution->burn . '(' . zget($lang->execution->burnByList, $burnBy) . ')',
isset($execution->delay) ? label(setClass('label danger-pale ring-danger ml-3'), $lang->execution->delayed) : null
isset($execution->delay) ? label(setClass('label danger-pale circle size-sm nowrap ml-3'), sprintf($lang->project->delayInfo, $execution->delay)) : null
),
echarts
(