summaryrefslogtreecommitdiff
path: root/src/views/Overview/OverviewQuickLinks.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Overview/OverviewQuickLinks.vue')
-rw-r--r--src/views/Overview/OverviewQuickLinks.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Overview/OverviewQuickLinks.vue b/src/views/Overview/OverviewQuickLinks.vue
index 1cbc64d5..9c549da4 100644
--- a/src/views/Overview/OverviewQuickLinks.vue
+++ b/src/views/Overview/OverviewQuickLinks.vue
@@ -83,7 +83,7 @@ export default {
this.$store.dispatch('global/getBmcTime'),
this.$store.dispatch('serverLed/getIndicatorValue'),
]).finally(() => {
- this.$root.$emit('overview::quicklinks::complete');
+ this.$root.$emit('overview-quicklinks-complete');
});
},
methods: {