summaryrefslogtreecommitdiff
path: root/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableFans.vue')
-rw-r--r--src/views/Health/HardwareStatus/HardwareStatusTableFans.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue b/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
index 6ade34bf..4981d457 100644
--- a/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
+++ b/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
@@ -3,8 +3,8 @@
<b-row>
<b-col sm="6" md="5" xl="4">
<search
- @changeSearch="onChangeSearchInput"
- @clearSearch="onClearSearchInput"
+ @change-search="onChangeSearchInput"
+ @clear-search="onClearSearchInput"
/>
</b-col>
<b-col sm="6" md="3" xl="2">
@@ -136,7 +136,7 @@ export default {
created() {
this.$store.dispatch('fan/getFanInfo').finally(() => {
// Emit initial data fetch complete to parent component
- this.$root.$emit('hardwareStatus::fans::complete');
+ this.$root.$emit('hardware-status-fans-complete');
});
},
methods: {