From 12a248f10238018c7c4cd05ba298fd89c1fb78c9 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Wed, 4 Oct 2023 09:27:30 +0000 Subject: [PATCH] make server config editor readonly Signed-off-by: Simon Smith --- views/default.handlebars | 1 + 1 file changed, 1 insertion(+) diff --git a/views/default.handlebars b/views/default.handlebars index 90bbd52a..6e4ac0b0 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -2768,6 +2768,7 @@ QS('dialog').bottom = '80px'; QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px'; Q('d4editorarea').value = message.data; + Q('d4editorarea').setAttribute('readonly','readonly'); } } break;