mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
larger dialog boxes
This commit is contained in:
@@ -89,6 +89,8 @@ class NTPStatusForm extends Component<NTPStatusFormProps, NTPStatusFormState> {
|
|||||||
<Dialog
|
<Dialog
|
||||||
open={this.state.settingTime}
|
open={this.state.settingTime}
|
||||||
onClose={this.closeSetTime}
|
onClose={this.closeSetTime}
|
||||||
|
fullWidth
|
||||||
|
maxWidth="sm"
|
||||||
>
|
>
|
||||||
<DialogTitle>Set Time</DialogTitle>
|
<DialogTitle>Set Time</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
|
|||||||
@@ -250,6 +250,8 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
|
|||||||
<Dialog
|
<Dialog
|
||||||
open={this.state.confirmScanDevices}
|
open={this.state.confirmScanDevices}
|
||||||
onClose={this.onScanDevicesRejected}
|
onClose={this.onScanDevicesRejected}
|
||||||
|
fullWidth
|
||||||
|
maxWidth="sm"
|
||||||
>
|
>
|
||||||
<DialogTitle>Confirm Scan Devices</DialogTitle>
|
<DialogTitle>Confirm Scan Devices</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
|
|||||||
@@ -111,6 +111,8 @@ class SystemStatusForm extends Component<SystemStatusFormProps, SystemStatusForm
|
|||||||
<Dialog
|
<Dialog
|
||||||
open={this.state.confirmRestart}
|
open={this.state.confirmRestart}
|
||||||
onClose={this.onRestartRejected}
|
onClose={this.onRestartRejected}
|
||||||
|
fullWidth
|
||||||
|
maxWidth="sm"
|
||||||
>
|
>
|
||||||
<DialogTitle>Confirm Restart</DialogTitle>
|
<DialogTitle>Confirm Restart</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
@@ -158,6 +160,8 @@ class SystemStatusForm extends Component<SystemStatusFormProps, SystemStatusForm
|
|||||||
<Dialog
|
<Dialog
|
||||||
open={this.state.confirmFactoryReset}
|
open={this.state.confirmFactoryReset}
|
||||||
onClose={this.onFactoryResetRejected}
|
onClose={this.onFactoryResetRejected}
|
||||||
|
fullWidth
|
||||||
|
maxWidth="sm"
|
||||||
>
|
>
|
||||||
<DialogTitle>Confirm Factory Reset</DialogTitle>
|
<DialogTitle>Confirm Factory Reset</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
|
|||||||
Reference in New Issue
Block a user