mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
Improve error message when failing to fetch server time
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
7a52a1f736
commit
6dbee5aeac
|
@ -121,7 +121,7 @@ class PanelList extends Component<any, PanelListState> {
|
|||
<>
|
||||
<Row>
|
||||
<Col>
|
||||
{this.state.timeDriftError && <Alert color="danger"><strong>Warning:</strong> {this.state.timeDriftError}</Alert>}
|
||||
{this.state.timeDriftError && <Alert color="danger"><strong>Warning:</strong> Error fetching server time: {this.state.timeDriftError}</Alert>}
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
|
|
Loading…
Reference in a new issue