From 6ec63ff6f3694408f0b48717653671bb2433c34a Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 25 May 2021 14:21:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9asset=20connect?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=8A=A5=E9=94=99=20=EF=BC=8Cpanel-addByTemp?= =?UTF-8?q?late=E7=A9=BF=E6=A2=AD=E6=A1=86,varIds=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE,=E4=BB=A5=E5=8F=8Aassetmodel?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=A1=86=E4=B8=ADchart-template=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/webSSH.vue | 2 +- .../common/rightBox/administration/modelBox.vue | 16 ++++++++-------- .../components/common/rightBox/chartTempBox.vue | 2 +- .../src/components/common/rightBox/moduleBox.vue | 6 +++--- .../src/components/page/alert/alertMessage.vue | 1 + .../src/components/page/asset/asset.vue | 9 ++++----- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index 10122b0fc..744869aad 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -515,7 +515,7 @@ export default { // this.$store.commit('addConsole'); }, show (id, host, accountId, port) { - this.addConsole(id, host, accountId, port) + this.addConsole(id, host, accountId, port,'asset') this.consoleShow = true }, initDialog () { diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue index f95df463b..d66e40eed 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue @@ -22,7 +22,7 @@