mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
Fix typo
This commit is contained in:
parent
87e1d670d8
commit
8b0a5d2dd5
@ -128,7 +128,7 @@ function DashboardView(props: Props) {
|
||||
<Grid item xs={12}>
|
||||
<Alert severity="error">
|
||||
<AlertTitle>Error</AlertTitle>
|
||||
Could not retreive queues live data —{" "}
|
||||
Could not retrieve queues live data —{" "}
|
||||
<strong>See the logs for details</strong>
|
||||
</Alert>
|
||||
</Grid>
|
||||
|
@ -136,7 +136,7 @@ function RedisInfoView(props: Props) {
|
||||
<Grid item xs={12}>
|
||||
<Alert severity="error">
|
||||
<AlertTitle>Error</AlertTitle>
|
||||
Could not retreive redis live data —{" "}
|
||||
Could not retrieve redis live data —{" "}
|
||||
<strong>See the logs for details</strong>
|
||||
</Alert>
|
||||
</Grid>
|
||||
|
@ -64,7 +64,7 @@ function SchedulersView(props: Props) {
|
||||
<Grid item xs={12}>
|
||||
<Alert severity="error">
|
||||
<AlertTitle>Error</AlertTitle>
|
||||
Could not retreive scheduler entries live data —{" "}
|
||||
Could not retrieve scheduler entries live data —{" "}
|
||||
<strong>See the logs for details</strong>
|
||||
</Alert>
|
||||
</Grid>
|
||||
|
@ -64,7 +64,7 @@ function ServersView(props: Props) {
|
||||
<Grid item xs={12}>
|
||||
<Alert severity="error">
|
||||
<AlertTitle>Error</AlertTitle>
|
||||
Could not retreive servers live data —{" "}
|
||||
Could not retrieve servers live data —{" "}
|
||||
<strong>See the logs for details</strong>
|
||||
</Alert>
|
||||
</Grid>
|
||||
|
Loading…
Reference in New Issue
Block a user