* Finish task #57095.

This commit is contained in:
tianshujie
2022-06-15 16:52:26 +08:00
parent 7f000fd968
commit 1f0f1ff36e
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -4178,6 +4178,7 @@ class executionModel extends model
if($id == 'actions') $class .= ' text-center';
if($id == 'name' and !$child) $class .= ' sort-handler';
if($id == 'name' and !empty($execution->children)) $class .= ' parent';
if(in_array($id, array('estimate', 'consumed', 'left'))) $class .= ' hours';
$title = '';