mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove ? from checkboxes
This commit is contained in:
@@ -39,7 +39,7 @@ class NTPSettingsForm extends React.Component<NTPSettingsFormProps> {
|
||||
value="enabled"
|
||||
/>
|
||||
}
|
||||
label="Enable NTP?"
|
||||
label="Enable NTP"
|
||||
/>
|
||||
<TextValidator
|
||||
validators={['required', 'isIPOrHostname']}
|
||||
|
||||
@@ -28,7 +28,7 @@ class OTASettingsForm extends React.Component<OTASettingsFormProps> {
|
||||
onChange={handleValueChange("enabled")}
|
||||
/>
|
||||
}
|
||||
label="Enable OTA Updates?"
|
||||
label="Enable OTA Updates"
|
||||
/>
|
||||
<TextValidator
|
||||
validators={['required', 'isNumber', 'minNumber:1025', 'maxNumber:65535']}
|
||||
|
||||
@@ -125,7 +125,7 @@ class WiFiSettingsForm extends React.Component<WiFiStatusFormProps> {
|
||||
onChange={handleValueChange("static_ip_config")}
|
||||
/>
|
||||
}
|
||||
label="Static IP Config?"
|
||||
label="Static IP Config"
|
||||
/>
|
||||
{
|
||||
data.static_ip_config &&
|
||||
|
||||
Reference in New Issue
Block a user