Add very basic server search and dynamic rendering functionality
This commit is contained in:
parent
f337a89320
commit
6f2fcabf22
7 changed files with 169 additions and 46 deletions
|
@ -7,6 +7,7 @@
|
|||
* 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');
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue