mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Simplify the dashboard path
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//conferences icon
|
||||
$array['dashboard'][$x]['dashboard_uuid'] = 'c3c37d29-b654-4024-8ee4-d752b3e4db46';
|
||||
$array['dashboard'][$x]['dashboard_name'] = 'Conferences';
|
||||
$array['dashboard'][$x]['dashboard_path'] = 'core/dashboard/resources/dashboard/icon.php';
|
||||
$array['dashboard'][$x]['dashboard_path'] = 'dashboard/icon';
|
||||
$array['dashboard'][$x]['dashboard_icon'] = 'fa-comments';
|
||||
$array['dashboard'][$x]['dashboard_url'] = '/app/conferences/conferences.php';
|
||||
$array['dashboard'][$x]['dashboard_target'] = 'self';
|
||||
|
||||
Reference in New Issue
Block a user