mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add device group filter to widgets (#9692)
This commit is contained in:
@@ -62,10 +62,10 @@ class ImageController extends WidgetController
|
||||
|
||||
public function getSettingsView(Request $request)
|
||||
{
|
||||
return view('widgets.settings.image', $this->getSettings());
|
||||
return view('widgets.settings.image', $this->getSettings(true));
|
||||
}
|
||||
|
||||
public function getSettings()
|
||||
public function getSettings($settingsView = false)
|
||||
{
|
||||
if (is_null($this->settings)) {
|
||||
parent::getSettings();
|
||||
|
||||
Reference in New Issue
Block a user