Minor UI Updates (#93)

* simplify props set to constant true

* reduce icon size in users table for better small screen compatibility

* use lib_compat_mode property over library exclusion

* get travis to build esp32 environment in addition to esp8266 during CI build
This commit is contained in:
rjwats
2020-02-19 00:04:57 +00:00
committed by GitHub
parent 245a713a9f
commit a042633d8f
11 changed files with 21 additions and 20 deletions

View File

@ -91,7 +91,7 @@ class SystemStatusForm extends Component<SystemStatusFormProps, SystemStatusForm
onClose={this.onRestartRejected}
>
<DialogTitle>Confirm Restart</DialogTitle>
<DialogContent dividers={true}>
<DialogContent dividers>
Are you sure you want to restart the device?
</DialogContent>
<DialogActions>