From afe1eedecc64566802aab17de1546791a791bd8c Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 10 Mar 2020 20:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=8A=A0=E8=BD=BD=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Node/NodeInstallationMatrix.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index cdbc05f0..2b2a1112 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -128,6 +128,7 @@ export default { async getData () { for (let i = 0; i < this.nodeList.length; i++) { const n = this.nodeList[i] + if (n.status !== 'online') continue const res = await this.$request.get(`/nodes/${n._id}/langs`) res.data.data.forEach(l => { const key = n._id + '|' + l.executable_name