summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-10-13 14:18:07 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-10-13 14:18:07 +0300
commit54553c18d77633163696ecacc09f7a6504b4f1d6 (patch)
tree748660b28af1a09e565de19c4cf0ed404d30d871 /src
parentd6238d2844a415ca4f6f9e215c9f465239dd3b65 (diff)
downloadwebui-vue-54553c18d77633163696ecacc09f7a6504b4f1d6.tar.xz
fix date time
Diffstat (limited to 'src')
-rw-r--r--src/views/_sila/Overview/DateTime/DateTime.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/_sila/Overview/DateTime/DateTime.vue b/src/views/_sila/Overview/DateTime/DateTime.vue
index cd16a803..4dd053fd 100644
--- a/src/views/_sila/Overview/DateTime/DateTime.vue
+++ b/src/views/_sila/Overview/DateTime/DateTime.vue
@@ -433,9 +433,6 @@ export default {
if (this.$v.$invalid) return;
this.startLoader();
this.$store.dispatch('global/changeTimeZone', this.timeZone);
- this.$store.dispatch('global/getBmcTime').finally(() => {
- // this.successToast();
- });
let dateTimeForm = {};
let isNTPEnabled = this.form.configurationSelected === 'ntp';