mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - move to blade - add discover all button - function foobar
This commit is contained in:
@@ -30,6 +30,7 @@ Route::group(['middleware' => ['auth'], 'guard' => 'auth'], function () {
|
||||
Route::prefix('services')->name('services.')->group(function () {
|
||||
Route::resource('templates', 'ServiceTemplateController');
|
||||
Route::post('remove', 'ServiceTemplateController@remove')->name('templates.remove');
|
||||
Route::post('discover', 'ServiceTemplateController@discover')->name('templates.discover');
|
||||
});
|
||||
Route::get('locations', 'LocationController@index');
|
||||
Route::resource('preferences', 'UserPreferencesController', ['only' => ['index', 'store']]);
|
||||
|
||||
Reference in New Issue
Block a user