* Adjust code

This commit is contained in:
zenggang
2022-07-08 01:42:17 +00:00
parent a01d530a0a
commit b8c23acb69
+2 -2
View File
@@ -38,9 +38,9 @@
<div id="cfdChart" style="width: 1200px; height: 600px"></div>
<div id="burnStatistics" class="hidden">
<div class="stat-title"><span class="bg-primary">&nbsp;</span> <?php echo $lang->execution->charts->cfd->cycleTime;?> <i class="icon icon-help" data-toggle="tooltip" data-tip-class="tooltip-help" data-placement="bottom" title="<?php echo $lang->execution->charts->cfd->cycleTimeTip;?>"></i></div>
<h3><?php echo $cycleTimeAvg ? ($cycleTimeAvg . $lang->day) : $lang->noData;?></h3>
<h3><?php echo !empty($cycleTimeAvg) ? ($cycleTimeAvg . $lang->day) : $lang->noData;?></h3>
<div class="stat-title"><span class="bg-primary">&nbsp;</span> <?php echo $lang->execution->charts->cfd->throughput;?> <i class="icon icon-help" data-toggle="tooltip" data-tip-class="tooltip-help" data-placement="bottom" title="<?php echo $lang->execution->charts->cfd->throughputTip;?>"></i></div>
<h3><?php echo $throughput ? $throughput : $lang->noData;?></h3>
<h3><?php echo !empty($throughput) ? $throughput : $lang->noData;?></h3>
</div>
</div>
<?php else:?>