Widget hide-show search Field (#11729)

* Widget hide-show search Field

* remove uneeded row - cleanup
This commit is contained in:
SourceDoctor
2020-06-11 13:59:08 +02:00
committed by GitHub
parent 21cea61e37
commit db38c27986
18 changed files with 103 additions and 15 deletions

View File

@@ -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)