summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-26 17:26:49 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-26 17:26:49 +0300
commit38cd67dbd91f442b6f6adb356fc1ae5723adb443 (patch)
tree694128dc91b733141d2b798032f9d587f7edce28
parent60da695475d1853a32aa75ca71de421b70b51fa8 (diff)
downloadwebui-vue-38cd67dbd91f442b6f6adb356fc1ae5723adb443.tar.xz
rename criticalStart => critical
-rw-r--r--src/components/_sila/Global/Chart.vue14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index e0dfd952..9910b6ce 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -38,7 +38,7 @@ export default {
type: Number,
default: 70,
},
- criticalStart: {
+ critical: {
type: Number,
default: 70,
},
@@ -214,12 +214,12 @@ export default {
color: '#F0AC0C1A',
dashStyle: 'solid',
from: this.nonNormal,
- to: this.criticalStart,
+ to: this.critical,
},
{
color: '#FF41411A',
dashStyle: 'solid',
- from: this.criticalStart,
+ from: this.critical,
to: this.warning,
},
];
@@ -233,12 +233,12 @@ export default {
color: '#F0AC0C1A',
dashStyle: 'solid',
from: this.nonNormal,
- to: this.criticalStart,
+ to: this.critical,
},
{
color: '#FF41411A',
dashStyle: 'solid',
- from: this.criticalStart,
+ from: this.critical,
to: this.warning,
},
];
@@ -252,12 +252,12 @@ export default {
color: '#F0AC0C1A',
dashStyle: 'solid',
from: this.nonNormal,
- to: this.criticalStart,
+ to: this.critical,
},
{
color: '#FF41411A',
dashStyle: 'solid',
- from: this.criticalStart,
+ from: this.critical,
to: this.warning,
},
];