Simplify the dashboard path

This commit is contained in:
FusionPBX
2024-08-21 16:58:44 -06:00
committed by GitHub
parent 0563292557
commit b0aab10872
21 changed files with 74 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
//ivr menus icon
$array['dashboard'][$x]['dashboard_uuid'] = '3af7af65-7861-4d05-a0bc-36d704458fa0';
$array['dashboard'][$x]['dashboard_name'] = 'IVR Menus';
$array['dashboard'][$x]['dashboard_path'] = 'core/dashboard/resources/dashboard/icon.php';
$array['dashboard'][$x]['dashboard_path'] = 'dashboard/icon';
$array['dashboard'][$x]['dashboard_icon'] = 'fa-solid fa-diagram-project';
$array['dashboard'][$x]['dashboard_url'] = '/app/ivr_menus/ivr_menus.php';
$array['dashboard'][$x]['dashboard_target'] = 'self';