make server config editor readonly
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
Simon Smith committed
Oct 4, 2023 at 09:27 UTC
12a248f10238018c7c4cd05ba298fd89c1fb78c9
1 file changed
+1
views/default.handlebars
+1
@@ -2768,6 +2768,7 @@
2768
QS('dialog').bottom = '80px';
2769
QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px';
2770
Q('d4editorarea').value = message.data;
2771
+ Q('d4editorarea').setAttribute('readonly','readonly');
2772
}
2773
}
2774
break;