diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 3b1cd240c6..04fb0baf81 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -262,6 +262,12 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "device_import"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "device_export"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0;