* Finish task #8986,#9002.

This commit is contained in:
holan20180123
2021-01-15 09:49:16 +08:00
parent 01e1008f29
commit b2e53cf935
9 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<tr>
<td><?php echo html::a($executionLink, $execution->id);?></td>
<td>
<span class='project-type-label label label-info label-outline'><?php echo zget($lang->project->typeList, $execution->type);?></span>
<span class='project-type-label label label-info label-outline'><?php echo zget($lang->user->executionTypeList, $execution->type);?></span>
<?php echo html::a($executionLink, $execution->name);?>
</td>
<td><?php echo $execution->begin;?></td>