* Add delay label.

This commit is contained in:
xieqiyu
2022-09-06 16:01:45 +08:00
parent 249913cd5a
commit bb38728a54
+6 -1
View File
@@ -52,7 +52,12 @@
</div>
</div>
<div id='mainContent' class='main-content'>
<h2 class='text-center'><?php echo $executionName . ' ' . $this->lang->execution->burn . '(' . zget($lang->execution->burnByList, $burnBy) . ')';?></h2>
<h2 class='text-center'>
<?php echo $executionName . ' ' . $this->lang->execution->burn . '(' . zget($lang->execution->burnByList, $burnBy) . ')';?>
<?php if(isset($execution->delay)):?>
<span class="label label-danger label-outline"><?php echo $lang->execution->delayed;?></span>
<?php endif;?>
</h2>
<div id="burnWrapper">
<div id="burnChart">
<canvas id="burnCanvas"></canvas>