shorten headers, removed "Settings"

This commit is contained in:
proddy
2020-09-15 21:09:05 +02:00
parent 68d741d835
commit f73450a137

View File

@@ -53,7 +53,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
</Box> </Box>
<br></br> <br></br>
<Typography variant="h6" color="primary" > <Typography variant="h6" color="primary" >
EMS Bus Settings EMS Bus
</Typography> </Typography>
<TextValidator <TextValidator
validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:255']} validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:255']}
@@ -106,7 +106,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
/> />
<br></br> <br></br>
<Typography variant="h6" color="primary" > <Typography variant="h6" color="primary" >
Dallas Sensor Settings Dallas Sensor
</Typography> </Typography>
<TextValidator <TextValidator
validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:40']} validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:40']}
@@ -132,7 +132,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
/> />
<br></br> <br></br>
<Typography variant="h6" color="primary" > <Typography variant="h6" color="primary" >
LED Settings LED
</Typography> </Typography>
<TextValidator <TextValidator
validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:40']} validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:40']}
@@ -158,7 +158,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
/> />
<br></br> <br></br>
<Typography variant="h6" color="primary" > <Typography variant="h6" color="primary" >
Shower Settings Shower
</Typography> </Typography>
<BlockFormControlLabel <BlockFormControlLabel
control={ control={
@@ -182,7 +182,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
/> />
<br></br> <br></br>
<Typography variant="h6" color="primary" > <Typography variant="h6" color="primary" >
Syslog Settings Syslog
</Typography> </Typography>
<TextValidator <TextValidator
validators={['isIPOrHostname']} validators={['isIPOrHostname']}