Add progress bar to system status dashboard (#7131)

* Add progress bar to system status dashboard

* Update dashboard_edit.php

* Update app_languages.php

* Update config.php
This commit is contained in:
Alex
2024-09-13 17:00:21 -06:00
committed by GitHub
parent 8c67b31441
commit 5e6d494796
4 changed files with 78 additions and 4 deletions
+4 -2
View File
@@ -1,15 +1,17 @@
<?php
$x++;
$array['dashboard'][$x]['dashboard_uuid'] = 'ab48bcca-5cb1-40f0-b36f-ba1ad510ba5a';
$array['dashboard'][$x]['dashboard_uuid'] = 'c388de65-85ad-4662-bbc3-a65fe9ddc319';
$array['dashboard'][$x]['dashboard_name'] = 'System Status';
$array['dashboard'][$x]['dashboard_path'] = 'system/system_status';
$array['dashboard'][$x]['dashboard_order'] = '90';
$array['dashboard'][$x]['dashboard_enabled'] = 'true';
$array['dashboard'][$x]['dashboard_chart_type'] = 'progress_bar';
$array['dashboard'][$x]['dashboard_number_text_color'] = '#fff';
$array['dashboard'][$x]['dashboard_description'] = 'System information like Disk usage.';
$y = 0;
$array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '5e1998c1-d3be-42f0-80ac-659e2e7934cb';
$array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_uuid'] = 'ab48bcca-5cb1-40f0-b36f-ba1ad510ba5a';
$array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_uuid'] = 'c388de65-85ad-4662-bbc3-a65fe9ddc319';
$array['dashboard'][$x]['dashboard_groups'][$y]['group_name'] = 'superadmin';
$x++;