mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
UI fix
This commit is contained in:
parent
7e7089ea72
commit
99792fa7a8
@ -9,7 +9,7 @@ function updateBulkActions(table, selected) {
|
||||
class="ui-btn btn btn-secondary ${deleteEnabled === "false" ? 'disable' : ''} " value="Delete">`;
|
||||
} else {
|
||||
|
||||
div.innerHTML = `<p class="text-muted m-0 mt-1">DELETE not allowed on this table</p>`;
|
||||
div.innerHTML = `<p class=" badge bg-secondary text-white m-0 mt-2">DELETE not allowed on this table</p>`;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user