diff --git a/app/call_centers/resources/dashboard/config.php b/app/call_centers/resources/dashboard/config.php index 3a8d7a841b..2724b27b9c 100644 --- a/app/call_centers/resources/dashboard/config.php +++ b/app/call_centers/resources/dashboard/config.php @@ -3,12 +3,12 @@ $array['dashboard'][$x]['dashboard_uuid'] = '9083305a-ebb4-4b67-bb9b-8c09cf030261'; $array['dashboard'][$x]['dashboard_name'] = 'Call Center Agents'; $array['dashboard'][$x]['dashboard_path'] = 'app/call_centers/resources/dashboard/call_center_agents.php'; -$array['dashboard'][$x]['dashboard_order'] = '160'; -$array['dashboard'][$x]['dashboard_enabled'] = 'true'; +$array['dashboard'][$x]['dashboard_order'] = '180'; +$array['dashboard'][$x]['dashboard_enabled'] = 'false'; $array['dashboard'][$x]['dashboard_description'] = 'Status for agent in a call center.'; $y = 0; $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '22d8937c-a9b3-4458-b34c-0ebeda15ffad'; $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_uuid'] = '9083305a-ebb4-4b67-bb9b-8c09cf030261'; $array['dashboard'][$x]['dashboard_groups'][$y]['group_name'] = 'agent'; -?> \ No newline at end of file +?> diff --git a/app/devices/resources/dashboard/config.php b/app/devices/resources/dashboard/config.php index a193daa0e3..54d9ff779a 100644 --- a/app/devices/resources/dashboard/config.php +++ b/app/devices/resources/dashboard/config.php @@ -3,7 +3,7 @@ $array['dashboard'][$x]['dashboard_uuid'] = 'f1c722d5-b714-4fa2-9664-5f6d24d44661'; $array['dashboard'][$x]['dashboard_name'] = 'Device Keys'; $array['dashboard'][$x]['dashboard_path'] = 'app/devices/resources/dashboard/device_keys.php'; -$array['dashboard'][$x]['dashboard_order'] = '160'; +$array['dashboard'][$x]['dashboard_order'] = '150'; $array['dashboard'][$x]['dashboard_enabled'] = 'true'; $array['dashboard'][$x]['dashboard_description'] = ''; $y = 0;