From 28f6cefe13256f8daad4e7578e3fa1c0ee523b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Wed, 13 Jul 2022 09:00:16 +0800 Subject: [PATCH] * Add burn to execution list. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index f9dc19d71b..8a8616b046 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4349,7 +4349,7 @@ class executionModel extends model echo "" . $execution->hours->totalEstimate . $this->lang->execution->workHourUnit . ''; echo "" . $execution->hours->totalConsumed . $this->lang->execution->workHourUnit . ''; echo "" . $execution->hours->totalLeft . $this->lang->execution->workHourUnit . ''; - echo ""; + echo ""; echo ''; common::printIcon('execution', 'start', "executionID={$execution->id}", $execution, 'list', '', '', 'iframe', true); $class = !empty($execution->children) ? 'disabled' : '';