larger dialog boxes

This commit is contained in:
proddy
2021-04-21 21:17:12 +02:00
parent 48c3aa7656
commit 36780509a9
3 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ class NTPStatusForm extends Component<NTPStatusFormProps, NTPStatusFormState> {
<Dialog
open={this.state.settingTime}
onClose={this.closeSetTime}
fullWidth
maxWidth="sm"
>
<DialogTitle>Set Time</DialogTitle>
<DialogContent dividers>

View File

@@ -250,6 +250,8 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
<Dialog
open={this.state.confirmScanDevices}
onClose={this.onScanDevicesRejected}
fullWidth
maxWidth="sm"
>
<DialogTitle>Confirm Scan Devices</DialogTitle>
<DialogContent dividers>

View File

@@ -111,6 +111,8 @@ class SystemStatusForm extends Component<SystemStatusFormProps, SystemStatusForm
<Dialog
open={this.state.confirmRestart}
onClose={this.onRestartRejected}
fullWidth
maxWidth="sm"
>
<DialogTitle>Confirm Restart</DialogTitle>
<DialogContent dividers>
@@ -158,6 +160,8 @@ class SystemStatusForm extends Component<SystemStatusFormProps, SystemStatusForm
<Dialog
open={this.state.confirmFactoryReset}
onClose={this.onFactoryResetRejected}
fullWidth
maxWidth="sm"
>
<DialogTitle>Confirm Factory Reset</DialogTitle>
<DialogContent dividers>