Add activity tracking for console/power actions
This commit is contained in:
parent
dc90d8b505
commit
4a8c3c4a34
3 changed files with 15 additions and 2 deletions
|
@ -37,6 +37,15 @@ return [
|
|||
],
|
||||
'server' => [
|
||||
'reinstall' => 'Reinstalled server',
|
||||
'console' => [
|
||||
'command' => 'Executed ":command" on the server',
|
||||
],
|
||||
'power' => [
|
||||
'start' => 'Started the server',
|
||||
'stop' => 'Stopped the server',
|
||||
'restart' => 'Restarted the server',
|
||||
'kill' => 'Killed the server process',
|
||||
],
|
||||
'backup' => [
|
||||
'download' => 'Downloaded the :name backup',
|
||||
'delete' => 'Deleted the :name backup',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue