diff --git a/install/cws-ui/deployments.ftl b/install/cws-ui/deployments.ftl index b968342a..fd524049 100644 --- a/install/cws-ui/deployments.ftl +++ b/install/cws-ui/deployments.ftl @@ -565,7 +565,13 @@ rowId: "key", //DISABLES ORDERING ON BUTTON, WORKER, AND INSTANCE STATISTICS COLUMNS (https://datatables.net/reference/option/columnDefs) columnDefs: [ - {orderable: false, targets: [0, 6, 4]} + {orderable: false, targets: [0, 6, 4]}, + {width: "120px", targets: 0}, + {width: "250px", targets: 1}, + {width: "200px", targets: 2}, + {width: "80px", targets: 3}, + {width: "100px", targets: 4}, + {width: "100px", targets: 5} ], //SETS DEFAULT ORDERING TO BE THE "NAME" COLUMN, ASCENDING (https://datatables.net/reference/option/order) order: [[1, "asc"]], @@ -766,9 +772,7 @@ $("#pv-" + procDefKey).removeClass("btn-danger").addClass("btn-outline-dark").text("view"); const table = $("#process-table").DataTable(); - const rowData = table.row("#" + procDefKey).data(); - rowData.suspended = "true"; - table.row("#" + procDefKey).data(rowData).draw(); + table.cell("#" + procDefKey, 5).data("
+ | Name | -Key | -Version | -Workers | -Status | +Key | +Version | +Workers | +Status | Instance Statistics |
---|