mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Widget hide-show search Field (#11729)
* Widget hide-show search Field * remove uneeded row - cleanup
This commit is contained in:
@@ -34,7 +34,8 @@ class AlertlogStatsController extends WidgetController
|
||||
'title' => null,
|
||||
'device_id' => '',
|
||||
'min_severity' => 2,
|
||||
'time_interval' => 7
|
||||
'time_interval' => 7,
|
||||
'hidenavigation' => 0,
|
||||
];
|
||||
|
||||
public function getView(Request $request)
|
||||
|
Reference in New Issue
Block a user