adjust system service dashboard widget to not show by default (#7233)

This commit is contained in:
frytimo
2025-01-28 15:17:04 -04:00
committed by GitHub
parent aa75be76e7
commit 7c887184ff

View File

@@ -70,7 +70,7 @@ $array['dashboard'][$x]['dashboard_column_span'] = '1';
$array['dashboard'][$x]['dashboard_row_span'] = '2';
$array['dashboard'][$x]['dashboard_details_state'] = 'hidden';
$array['dashboard'][$x]['dashboard_order'] = '110';
$array['dashboard'][$x]['dashboard_enabled'] = 'true';
$array['dashboard'][$x]['dashboard_enabled'] = 'false';
$array['dashboard'][$x]['dashboard_description'] = 'A list of showing the count of active and inactive services';
$y = 0;
$array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '719d8a56-00b2-437e-83c0-a9e5005a53c5';