Skip to content

Commit

Permalink
Fix refresh of Running Instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Feb 20, 2024
1 parent bdc2e2c commit 8fbfecd
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion HomeUI/dist/js/2196.js → HomeUI/dist/js/3729.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions HomeUI/dist/js/4596.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HomeUI/dist/js/7430.js → HomeUI/dist/js/6669.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion HomeUI/dist/js/7678.js

This file was deleted.

2 changes: 1 addition & 1 deletion HomeUI/dist/js/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions HomeUI/src/views/apps/Management.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7744,6 +7744,8 @@ export default {
if (response.data.status === 'error') {
this.showToast('danger', response.data.data.message || response.data.data);
} else {
this.masterIP = null;
this.instances.data = [];
this.instances.data = response.data.data;
// eslint-disable-next-line no-restricted-syntax
for (const node of this.instances.data) {
Expand Down

0 comments on commit 8fbfecd

Please sign in to comment.