mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-07 22:42:21 +03:00
Removed delete button from logs table as the action wasn't implemented and would not be possible on rotated logs.
This commit is contained in:
parent
669c78a1db
commit
8d6e8ddf55
1 changed files with 1 additions and 2 deletions
|
@ -1026,8 +1026,7 @@ $(document).ready(function () {
|
||||||
pageSize: 20,
|
pageSize: 20,
|
||||||
sorting: false,
|
sorting: false,
|
||||||
actions: {
|
actions: {
|
||||||
listAction: 'logs.php?action=list',
|
listAction: 'logs.php?action=list'
|
||||||
deleteAction: 'logs.php?action=delete',
|
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
deleteConfirmation: 'This entry will be deleted. Are you sure?'
|
deleteConfirmation: 'This entry will be deleted. Are you sure?'
|
||||||
|
|
Loading…
Add table
Reference in a new issue