diff --git a/src-admin/src/Tabs/Options.tsx b/src-admin/src/Tabs/Options.tsx index 0276663..9b34e6a 100644 --- a/src-admin/src/Tabs/Options.tsx +++ b/src-admin/src/Tabs/Options.tsx @@ -245,6 +245,11 @@ class Options extends Component {
{I18n.t('Controller Settings')} + + {I18n.t( + 'The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.', + )} + { onChange={e => this.props.onChange('controllerFabricLabel', e.target.value)} margin="normal" slotProps={{ + htmlInput: { + maxLength: 32, + }, input: { endAdornment: this.props.native.controllerFabricLabel ? ( { ) : null, }, }} - style={styles.input} + style={{ + ...styles.input, + maxWidth: 350, + }} />