From 24d03b89a00c5cf1e873d12a86cee12974b60af1 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 12 Aug 2022 10:12:31 +0300 Subject: add bmc time to header --- src/views/_sila/Overview/DateTime/DateTime.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/views') diff --git a/src/views/_sila/Overview/DateTime/DateTime.vue b/src/views/_sila/Overview/DateTime/DateTime.vue index e9de12c5..a3714787 100644 --- a/src/views/_sila/Overview/DateTime/DateTime.vue +++ b/src/views/_sila/Overview/DateTime/DateTime.vue @@ -356,10 +356,10 @@ export default { created() { this.startLoader(); this.setNtpValues(); - Promise.all([ - this.$store.dispatch('global/getBmcTime'), - this.$store.dispatch('dateTime/getNtpData'), - ]).finally(() => this.endLoader()); + this.$store.dispatch('dateTime/getNtpData').finally(() => { + this.endLoader(); + this.isBusy = false; + }); }, methods: { emitChange() { -- cgit v1.2.3