Improve error message when failing to fetch server time

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2019-05-31 20:52:48 +02:00
parent 7a52a1f736
commit 6dbee5aeac

View file

@ -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>