diff --git a/ui/src/app/components/spinners/WaitingCard.js b/ui/src/app/components/spinners/WaitingCard.js index 966ae01..15a0333 100644 --- a/ui/src/app/components/spinners/WaitingCard.js +++ b/ui/src/app/components/spinners/WaitingCard.js @@ -17,6 +17,7 @@ const WaitingText = ({resource}) => { } }, []); + if (time < 5) { return null; } @@ -28,8 +29,10 @@ const WaitingText = ({resource}) => { {time >= 15 &&
> This seems to take a while...
} {time >= 20 && -> This usually only happens when there are really many routes!
- Please stand by a bit longer.
> This usually only happens when there are really many routes!
+> Please stand by a bit longer.
+ >} {time >= 30 &&> This is taking really long...
} {time >= 40 &&