1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 15:14:43 +00:00

Add tooltip

This commit is contained in:
TwinProduction
2021-01-25 20:54:57 -05:00
parent 668ed3b1a2
commit 67a3e4e330
6 changed files with 172 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ export default {
}, seconds * 1000);
},
refreshStatuses() {
this.$emit('refreshStatuses')
this.$emit('refreshStatuses');
},
handleChangeRefreshInterval() {
this.refreshStatuses();