From d6164a005b4c93571b20110d7c66d61b635f9c21 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 11 Oct 2024 20:19:46 +1100 Subject: [PATCH] UNIFIMP CMD set to readonly --- front/plugins/unifi_import/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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": [] + } ] } },