mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-18 12:33:10 -05:00
Nice badge
This commit is contained in:
parent
e722ae856f
commit
4db5cf0ee8
@ -54,7 +54,7 @@
|
||||
@if (bundle.status === statuses.Processing || bundle.status === statuses.Pending) {
|
||||
<span class="spinner-border spinner-border-sm" role="status"></span>
|
||||
}
|
||||
<span>{{ statusLabel(bundle.status) }}</span>
|
||||
<span class="badge text-bg-secondary text-uppercase">{{ statusLabel(bundle.status) }}</span>
|
||||
</div>
|
||||
@if (bundle.last_error && bundle.status === statuses.Failed) {
|
||||
<div class="small text-danger mt-1">{{ bundle.last_error }}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user