diff --git a/app/dialplans/app_menu.php b/app/dialplans/app_menu.php index 79c7a1b682..c8ab79c3cf 100644 --- a/app/dialplans/app_menu.php +++ b/app/dialplans/app_menu.php @@ -27,9 +27,9 @@ $apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][$y]['parent_uuid'] = ""; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['icon'] = ""; + $apps[$x]['menu'][$y]['icon'] = "fa-exchange-alt"; $apps[$x]['menu'][$y]['path'] = ""; - $apps[$x]['menu'][$y]['order'] = ""; + $apps[$x]['menu'][$y]['order'] = "15"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++;