diff --git a/src-ui/src/app/components/common/toasts/toasts.component.html b/src-ui/src/app/components/common/toasts/toasts.component.html index 82adc6d25..2372911ae 100644 --- a/src-ui/src/app/components/common/toasts/toasts.component.html +++ b/src-ui/src/app/components/common/toasts/toasts.component.html @@ -5,33 +5,39 @@ [class.mb-2]="true" (shown)="onShow(toast)" (hidden)="toastService.closeToast(toast)"> - + {{ toast.delayRemaining / 1000 | number: '1.0-0' }} seconds -
-

{{toast.content}}

- -
-
-
-
-
URL
-
{{ toast.error.url }}
-
Status
-
{{ toast.error.status }} {{ toast.error.statusText }}
-
Error
-
{{ getErrorText(toast.error) }}
-
-
-
- +
+ + + + +
+

{{toast.content}}

+
+
+
+
URL
+
{{ toast.error.url }}
+
Status
+
{{ toast.error.status }} {{ toast.error.statusText }}
+
Error
+
{{ getErrorText(toast.error) }}
+
+
+
+ +
+
-
+
+

- -

+ +