* Modify review code.

This commit is contained in:
xieqiyu
2022-05-12 10:55:50 +08:00
parent ffa1ec828d
commit dab8c1bb1e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<?php
$weekend = strpos($type, 'noweekend') !== false ? 'withweekend' : 'noweekend';
$delay = strpos($type, 'withdelay') !== false ? 'nodelay' : 'withdelay';
if(strpos('closed,suspended', $execution->status) === false)
if(strpos('wait,doing', $execution->status) !== false)
{
common::printLink('execution', 'computeBurn', 'reload=yes', '<i class="icon icon-refresh"></i> ' . $lang->execution->computeBurn, 'hiddenwin', "title='{$lang->execution->computeBurn}' class='btn btn-primary' id='computeBurn'");
echo '<div class="space"></div>';