summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-25 14:14:38 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-25 14:14:38 +0300
commitd4209faba8fddc6ab840e020b2129fad308d4384 (patch)
treec0f56d4173219c90293638b1f89d297c40dce53b
parent0847eaf4cc4b050fc6f297940013a3e7e4c1cb81 (diff)
downloadwebui-vue-d4209faba8fddc6ab840e020b2129fad308d4384.tar.xz
fx chart zIndex for critical label
-rw-r--r--src/components/_sila/Global/Chart.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 5fd2dd31..6b070a42 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -201,6 +201,7 @@ export default {
dashStyle: 'solid',
value: this.critical,
width: 2,
+ zIndex: 1,
label: {
text: this.$t('chart.thresholdFailure'),
align: 'right',