Skip to content

Commit

Permalink
feature/OA-9022
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boissieres committed Mar 12, 2024
1 parent 46c6d57 commit c2387df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/AsyncTasksViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
class="dropdown-toggle nav-link"
data-toggle="dropdown"
data-bs-toggle="dropdown"
data-bs-auto-close="outside"
href="#"
role="button"
aria-haspopup="true"
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/AsyncTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="progress">
<div
class="progress-bar progress-bar-striped"
:class="{ 'active': isProcessing, 'progress-bar-success': isDone, 'progress-bar-danger': isInError }"
:class="{ 'active': isProcessing, 'progress-bar-success bg-success': isDone, 'progress-bar-danger bg-danger': isInError }"
role="progressbar"
:aria-valuenow="computedProgression"
aria-valuemin="0"
Expand Down

0 comments on commit c2387df

Please sign in to comment.