Skip to content

Commit

Permalink
fix overriding default columns
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Oct 18, 2024
1 parent 6049e3f commit 71cd4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Thruk/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ my $base_defaults = {
'group_paging_overview' => '*3, 10, 100, all',
'group_paging_grid' => '*5, 10, 50, all',
'group_paging_summary' => '*10, 50, 100, all',
'default_host_columns' => undef,
'default_service_columns' => undef,
'default_theme' => 'Light',
'default_theme_dark' => 'Dark',
'datetime_format' => '%Y-%m-%d %H:%M:%S',
Expand Down

0 comments on commit 71cd4ed

Please sign in to comment.