From 85b793455869373f598c2288afda29de9e653a9e Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 25 Mar 2021 16:59:56 +0800 Subject: [PATCH] * Fix bug #11559. --- module/execution/view/all.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 6b6cc4dd86..22a20e5efc 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -69,9 +69,9 @@ execution->owner);?> execution->end);?> execution->execStatus : $lang->execution->status);?> - execution->totalEstimate;?> - execution->totalConsumed;?> - execution->totalLeft;?> + execution->totalEstimate;?> + execution->totalConsumed;?> + execution->totalLeft;?> execution->progress;?> execution->burn;?>