diff --git a/src/components/sss/bfrs.vue b/src/components/sss/bfrs.vue index 26614d4..031d976 100644 --- a/src/components/sss/bfrs.vue +++ b/src/components/sss/bfrs.vue @@ -206,15 +206,22 @@

Status

-
+

This window can be closed – you will receive an email when the upload is ready to proceed

- +
- + +
Last Uploaded: {{last_uploaded_date}} {{calculation_status}}Last Uploaded: {{last_uploaded_date}} Submitted By: {{submitter}} + Status: + Waiting + Calculating + Failed + Completed +
@@ -306,6 +313,33 @@ border-color: #b8daff; color: #004085; } +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; +} +.bg-primary { + background-color: #2199E8; + color: white; +} +.bg-warning { + background-color: #ffc107; + color: #212529; +} +.bg-danger { + background-color: #dc3545; + color: white; +} +.bg-success { + background-color: #28a745; + color: white; +}