From a1fca2a7ba22dd81dfff443f8893e9bba1b3b22f Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 9 Jan 2025 09:22:00 +0100 Subject: [PATCH] move controller up in settings --- src-admin/src/Tabs/Options.tsx | 50 +++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src-admin/src/Tabs/Options.tsx b/src-admin/src/Tabs/Options.tsx index 332b9f2..f2666ee 100644 --- a/src-admin/src/Tabs/Options.tsx +++ b/src-admin/src/Tabs/Options.tsx @@ -422,6 +422,31 @@ class Options extends Component { +
+ {I18n.t('Controller Settings')} + this.props.onChange('controllerFabricLabel', e.target.value)} + margin="normal" + slotProps={{ + input: { + endAdornment: this.props.native.controllerFabricLabel ? ( + this.props.onChange('controllerFabricLabel', '')} + > + + + ) : null, + }, + }} + style={styles.input} + /> +
+
{I18n.t('Cloud Account')} @@ -572,31 +597,6 @@ class Options extends Component { />
-
- {I18n.t('Controller Settings')} - this.props.onChange('controllerFabricLabel', e.target.value)} - margin="normal" - slotProps={{ - input: { - endAdornment: this.props.native.controllerFabricLabel ? ( - this.props.onChange('controllerFabricLabel', '')} - > - - - ) : null, - }, - }} - style={styles.input} - /> -
-
{I18n.t('Maintenance Settings')}