123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
- /*
- * FusionPBX
- * Version: MPL 1.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is FusionPBX
- *
- * The Initial Developer of the Original Code is
- * Mark J Crane <[email protected]>
- * Portions created by the Initial Developer are Copyright (C) 2008-2024
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Mark J Crane <[email protected]>
- * Tim Fry <[email protected]>
- */
- $array['dashboard'][$x]['dashboard_uuid'] = '7ce1d732-06b4-4834-ac8f-c18d8fab81e0';
- $array['dashboard'][$x]['dashboard_name'] = 'Maintenance';
- $array['dashboard'][$x]['dashboard_path'] = 'app/maintenance/resources/dashboard/maintenance.php';
- $array['dashboard'][$x]['dashboard_icon'] = '';
- $array['dashboard'][$x]['dashboard_url'] = '';
- $array['dashboard'][$x]['dashboard_target'] = 'self';
- $array['dashboard'][$x]['dashboard_width'] = '';
- $array['dashboard'][$x]['dashboard_height'] = '';
- $array['dashboard'][$x]['dashboard_content'] = '';
- $array['dashboard'][$x]['dashboard_content_text_align'] = '';
- $array['dashboard'][$x]['dashboard_content_details'] = '';
- $array['dashboard'][$x]['dashboard_chart_type'] = '';
- $array['dashboard'][$x]['dashboard_label_enabled'] = 'true';
- $array['dashboard'][$x]['dashboard_label_text_color'] = '';
- $array['dashboard'][$x]['dashboard_label_text_color_hover'] = '';
- $array['dashboard'][$x]['dashboard_label_background_color'] = '';
- $array['dashboard'][$x]['dashboard_label_background_color_hover'] = '';
- $array['dashboard'][$x]['dashboard_number_background_color'] = '';
- $array['dashboard'][$x]['dashboard_number_text_color'] = '';
- $array['dashboard'][$x]['dashboard_number_text_color_hover'] = '';
- $array['dashboard'][$x]['dashboard_background_color'] ='';
- $array['dashboard'][$x]['dashboard_background_color_hover'] = '';
- $array['dashboard'][$x]['dashboard_detail_background_color'] = '';
- $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'] = '190';
- $array['dashboard'][$x]['dashboard_enabled'] = 'true';
- $array['dashboard'][$x]['dashboard_description'] = 'System maintenance';
- $y = 0;
- $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '6fb4d5c8-c95d-400f-b96c-edc044571a92';
- $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_uuid'] = '7ce1d732-06b4-4834-ac8f-c18d8fab81e0';
- $array['dashboard'][$x]['dashboard_groups'][$y]['group_name'] = 'superadmin';
|