Use client API to get resource use for a server

This commit is contained in:
Dane Everitt 2018-06-02 19:08:53 -07:00
parent bcd3b055dd
commit 02b29a66ea
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 113 additions and 68 deletions

View file

@ -7,8 +7,6 @@
* https://opensource.org/licenses/MIT
*/
Route::get('/', 'IndexController@index')->name('index');
Route::get('/dashboard/servers', 'DashboardController@servers')->name('dashboard.servers');
Route::get('/status/{server}', 'IndexController@status')->name('index.status');
/*
|--------------------------------------------------------------------------