* fix bug * 28499

This commit is contained in:
guofeilong
2022-10-12 07:52:09 +00:00
parent 2f997c6537
commit c46cf29a2c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -4612,7 +4612,7 @@ class executionModel extends model
}
if(empty($execution->children))
{
echo html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name);
echo html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name, '', 'class="text-ellipsis"');
if(!helper::isZeroDate($execution->end))
{
if($execution->status != 'closed')