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:
Richard Underwood 2016-08-26 11:45:30 +01:00
parent 669c78a1db
commit 8d6e8ddf55

View file

@ -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?'