From 3b407efe3a75b2f7b8c29a9ab042270196d73095 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Fri, 25 Nov 2022 15:34:02 +0700 Subject: [PATCH] label unit duration --- edit-mode/function/ganttConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mode/function/ganttConfig.js b/edit-mode/function/ganttConfig.js index fc6f7d4..d32e10e 100644 --- a/edit-mode/function/ganttConfig.js +++ b/edit-mode/function/ganttConfig.js @@ -255,7 +255,7 @@ var allColumns = [ { name: "text", label: "Activity", tree: true, min_width: 150, editor: editor.text, resize: true }, { name: "start_date", label: "Start Date", align: "center", min_width: 80, editor: editor.start_date, resize: true }, { name: "end_date", label: "Finish Date", align: "center", min_width: 80, editor: editor.end_date, resize: true }, - { name: "duration", label: "Duration", align: "center", min_width: 50, resize: true }, + { name: "duration", label: "Duration (Day)", align: "center", min_width: 50, resize: true }, { name: "rencana_biaya", label: "Cost Planning", align: "right", min_width: 100, resize: true, template: function (text) { if(!text.rencana_biaya){ return