Cleanup dashboard, make flash more customizable for pages
This commit is contained in:
parent
caa0d21ac9
commit
9831adb91c
4 changed files with 60 additions and 13 deletions
8
resources/lang/en/dashboard/index.php
Normal file
8
resources/lang/en/dashboard/index.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'search' => 'Search for servers...',
|
||||
'no_matches' => 'There were no servers found matching the search criteria provided.',
|
||||
'cpu_title' => 'CPU',
|
||||
'memory_title' => 'Memory',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue