Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
atj committed Jan 16, 2025
1 parent 5878220 commit cb25dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Widgets/AlertMapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct()
'title' => null,
'type' => (int) Config::get('webui.alert_map_compact', 0),
'tile_size' => 12,
'display_label' => 0,
'display_label' => 4,
'show_disabled_and_ignored' => 0,
'show_ok_devices' => 1,
'order_by' => Config::get('webui.alert_map_sort_status') ? 'status' : 'display-name',
Expand Down

0 comments on commit cb25dbd

Please sign in to comment.