diff --git a/front/plugins/unifi_import/config.json b/front/plugins/unifi_import/config.json index 1d2b87c4..4182291e 100755 --- a/front/plugins/unifi_import/config.json +++ b/front/plugins/unifi_import/config.json @@ -3,7 +3,7 @@ "show_ui": true, "unique_prefix": "UNFIMP", "plugin_type": "device_scanner", - "execution_order" : "Layer_1", + "execution_order": "Layer_1", "data_source": "script", "localized": ["display_name", "description", "icon"], "display_name": [ @@ -560,7 +560,11 @@ "type": { "dataType": "string", "elements": [ - { "elementType": "input", "elementOptions": [], "transformers": [] } + { + "elementType": "input", + "elementOptions": [{ "readonly": "true" }], + "transformers": [] + } ] } },