diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 32ccdb9ea0..1a340a9e01 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -113,6 +113,7 @@ $y++; $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_primary'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_secondary'; //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';