diff --git a/edit-mode/function/ganttConfig.js b/edit-mode/function/ganttConfig.js index 2ff5d17..d34a205 100644 --- a/edit-mode/function/ganttConfig.js +++ b/edit-mode/function/ganttConfig.js @@ -318,7 +318,7 @@ var allColumns = [ return `
${html}
` - // } }, + } }, { name: "tools", label: "Tools", align: "center", min_width: 150, resize: true, template: function (text) { if(text.type=="project" || text.type=="milestone"){ return;