mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
label change
This commit is contained in:
@@ -67,7 +67,6 @@ class LogEventForm extends Component<LogEventFormProps> {
|
|||||||
<ValidatorForm onSubmit={saveData}>
|
<ValidatorForm onSubmit={saveData}>
|
||||||
<Grid
|
<Grid
|
||||||
container
|
container
|
||||||
spacing={0}
|
|
||||||
direction="row"
|
direction="row"
|
||||||
justify="flex-start"
|
justify="flex-start"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
@@ -75,8 +74,9 @@ class LogEventForm extends Component<LogEventFormProps> {
|
|||||||
<Grid item xs={2}>
|
<Grid item xs={2}>
|
||||||
<SelectValidator
|
<SelectValidator
|
||||||
name="level"
|
name="level"
|
||||||
label="Log Level"
|
label="Filter on Log Level"
|
||||||
value={data.level}
|
value={data.level}
|
||||||
|
fullWidth
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
onChange={this.changeLevel}
|
onChange={this.changeLevel}
|
||||||
margin="normal"
|
margin="normal"
|
||||||
@@ -93,8 +93,8 @@ class LogEventForm extends Component<LogEventFormProps> {
|
|||||||
<Grid item md>
|
<Grid item md>
|
||||||
<Typography color="primary" variant="body2">
|
<Typography color="primary" variant="body2">
|
||||||
<i>
|
<i>
|
||||||
(the last {data.max_messages} messages are buffered and new log
|
(the last {data.max_messages} messages are retained and
|
||||||
events are shown in real time)
|
all new log events are shown in real time below)
|
||||||
</i>
|
</i>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user