diff --git a/src/main/resources/static/js/table.js b/src/main/resources/static/js/table.js index 51971b4..7f8ed27 100644 --- a/src/main/resources/static/js/table.js +++ b/src/main/resources/static/js/table.js @@ -9,7 +9,7 @@ function updateBulkActions(table, selected) { class="ui-btn btn btn-secondary ${deleteEnabled === "false" ? 'disable' : ''} " value="Delete">`; } else { - div.innerHTML = `

DELETE not allowed on this table

`; + div.innerHTML = `

DELETE not allowed on this table

`; } }); }