mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-06 22:32:22 +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,
|
||||
sorting: false,
|
||||
actions: {
|
||||
listAction: 'logs.php?action=list',
|
||||
deleteAction: 'logs.php?action=delete',
|
||||
listAction: 'logs.php?action=list'
|
||||
},
|
||||
messages: {
|
||||
deleteConfirmation: 'This entry will be deleted. Are you sure?'
|
||||
|
|
Loading…
Add table
Reference in a new issue