From a9aeaac17718096ba11208e6c7ce4902ab355050 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 8 Jun 2023 08:12:30 -0700 Subject: Flag to disable server change --- modern/src/common/attributes/useServerAttributes.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modern/src/common/attributes') diff --git a/modern/src/common/attributes/useServerAttributes.js b/modern/src/common/attributes/useServerAttributes.js index e87d1d7e..f70fd220 100644 --- a/modern/src/common/attributes/useServerAttributes.js +++ b/modern/src/common/attributes/useServerAttributes.js @@ -23,6 +23,10 @@ export default (t) => useMemo(() => ({ type: 'string', subtype: 'color', }, + disableChange: { + name: t('serverChangeDisable'), + type: 'boolean', + }, 'ui.disableLoginLanguage': { name: t('attributeUiDisableLoginLanguage'), type: 'boolean', -- cgit v1.2.3