Cleanup dashboard, make flash more customizable for pages

This commit is contained in:
Dane Everitt 2018-05-28 16:28:36 -07:00
parent caa0d21ac9
commit 9831adb91c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 60 additions and 13 deletions

View 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',
];