Skip to content

Commit

Permalink
feat(violations): add current fail, warn, info metrics to footer
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 27, 2024
1 parent 51310bf commit 88f1997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
height="{}"
class="progress-xs mt-2"
:precision="1"
variant="info"
variant="danger"
v-bind:value="failViolationsPercent"
></b-progress>
</b-col>
Expand Down Expand Up @@ -93,7 +93,7 @@
height="{}"
class="progress-xs mt-2"
:precision="1"
variant="danger"
variant="info"
v-bind:value="infoViolationsPercent"
></b-progress>
</b-col>
Expand Down

0 comments on commit 88f1997

Please sign in to comment.