diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index 54824185b..1041b229e 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -57,9 +57,11 @@
{{item.name}} - + +
{{title}}
+ + + + +
{{cabinet.name}}
+
+ +
{{cabinet.uSize}}
+ +
+ + +
{{cabinet.remark}}
+
+ + + + {{ item.name }} + + +
{{idc?idc.name:''}}
+
+
+
+ + + + + + + + + + + + diff --git a/nezha-fronted/src/components/common/dcConfig.vue b/nezha-fronted/src/components/common/popBox/dcConfig.vue similarity index 74% rename from nezha-fronted/src/components/common/dcConfig.vue rename to nezha-fronted/src/components/common/popBox/dcConfig.vue index c4bad16eb..643c8bfbf 100644 --- a/nezha-fronted/src/components/common/dcConfig.vue +++ b/nezha-fronted/src/components/common/popBox/dcConfig.vue @@ -1,13 +1,14 @@ {{assetViewData.cabinetName}} @@ -637,7 +442,7 @@
{{$t('asset.createAssetTab.cli')}}
- + @@ -1118,16 +923,7 @@ }) } }, - uploadFile:function(file){ - }, - clearFile:function(){ - if(this.$refs.upload){ - this.$refs.upload.clearFiles(); - } - this.uploadFileList=[]; - this.assetData.accounts[0].privateKey=''; - }, addNewData(type) { if (type === 'IDC') { const h = this.$createElement; diff --git a/nezha-fronted/src/components/page/config/promServer.vue b/nezha-fronted/src/components/page/config/promServer.vue index 0f81d2126..95b9424e5 100644 --- a/nezha-fronted/src/components/page/config/promServer.vue +++ b/nezha-fronted/src/components/page/config/promServer.vue @@ -33,7 +33,13 @@