mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix js warning in settings, update js deps (#11324)
This commit is contained in:
@@ -26,7 +26,7 @@ class SettingsController extends Controller
|
||||
'active_section' => $section,
|
||||
'groups' => $dynamicConfig->getGroups()->reject(function ($group) {
|
||||
return $group == 'global';
|
||||
}),
|
||||
})->values(),
|
||||
];
|
||||
|
||||
return view('settings.index', $data);
|
||||
|
Reference in New Issue
Block a user