* Fix bug of xiangmu

This commit is contained in:
liuyongkai
2022-08-10 09:15:36 +00:00
parent de30066a3b
commit fd46c9fd62
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -4369,7 +4369,6 @@ class executionModel extends model
$spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info';
echo "<span class='project-type-label label label-outline $spanClass'>{$this->lang->execution->typeList[$execution->type]}</span> ";
}
echo empty($execution->children) ? html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name) : $execution->name;
if(empty($execution->children))
{
echo html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name);