From 4db5cf0ee8e7a805ea4cb91492c053249ea1092b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:00:06 -0800 Subject: [PATCH] Nice badge --- .../share-bundle-manage-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html b/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html index 19ec24aae..35ba2c6a4 100644 --- a/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html +++ b/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html @@ -54,7 +54,7 @@ @if (bundle.status === statuses.Processing || bundle.status === statuses.Pending) { } - {{ statusLabel(bundle.status) }} + {{ statusLabel(bundle.status) }} @if (bundle.last_error && bundle.status === statuses.Failed) {