Skip to content

Commit cb17864

Browse files
authored
Merge pull request #22 from compgeniuses/UI
fix methods in statuses
2 parents bd306d0 + 3de41f6 commit cb17864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/Status.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,11 @@ export default {
367367
this.getStatus();
368368
this.listBackupRepositories();
369369
},
370+
370371
methods: {
371372
goToMattermost() {
372373
window.open('http://' + this.host);
373374
},
374-
methods: {
375375
async getStatus() {
376376
this.loading.getStatus = true;
377377
this.error.getStatus = "";

0 commit comments

Comments
 (0)