diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index 75c61779..cdbc05f0 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -179,7 +179,9 @@ export default { } }, async created () { - this.getData() + setTimeout(() => { + this.getData() + }, 1000) this.handle = setInterval(() => { this.getData()