diff --git a/install/cws-ui/processes.ftl b/install/cws-ui/processes.ftl index 4c0f8b1a..9ed6010b 100644 --- a/install/cws-ui/processes.ftl +++ b/install/cws-ui/processes.ftl @@ -1695,6 +1695,9 @@ }) .done(function (msg) { $("#action_msg").html(msg.message); + //clear table + table.clear().draw(); + //reload table fetchAndDisplayProcesses(); }) .fail(function (xhr, err) {