From 82810fbcb37c00b6b2b682f5fb575ad40c8a6fe5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 3 May 2023 14:25:49 -0600 Subject: [PATCH] Re-add missing icon and order --- app/dialplans/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++;