From 2df481e990489607b8bd45f22064ab16f78b6d5d Mon Sep 17 00:00:00 2001 From: prssanna Date: Sun, 26 Apr 2020 17:04:04 +0530 Subject: [PATCH] fix: increase table width --- frappe/workflow/doctype/workflow/workflow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/workflow/doctype/workflow/workflow.js b/frappe/workflow/doctype/workflow/workflow.js index 448e8db796..ef9f32ec4f 100644 --- a/frappe/workflow/doctype/workflow/workflow.js +++ b/frappe/workflow/doctype/workflow/workflow.js @@ -72,8 +72,8 @@ frappe.ui.form.on("Workflow", { Promise.all(promises).then(rows => { const rows_html = rows.join(''); - frm.state_table_html = (` - + frm.state_table_html = (`
+
${__('State')} ${__('Count')}