mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Toggle dashboard editor without refresh (#11455)
also removes needless route
This commit is contained in:
@@ -35,9 +35,6 @@ Route::group(['middleware' => ['auth', '2fa'], 'guard' => 'auth'], function () {
|
||||
Route::get('overview', 'OverviewController@index')->name('overview');
|
||||
Route::get('/', 'OverviewController@index');
|
||||
|
||||
// Dashboard toggle
|
||||
Route::get('toggle_dashboard_editor', 'UserPreferencesController@toggleDashboardEditor');
|
||||
|
||||
// Maps
|
||||
Route::group(['prefix' => 'maps', 'namespace' => 'Maps'], function () {
|
||||
Route::get('devicedependency', 'DeviceDependencyController@dependencyMap');
|
||||
|
Reference in New Issue
Block a user