diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index e7df133c3..c7e9b5458 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -718,12 +718,12 @@ const en = { model: { model: 'Asset model', brand: 'Brand', - name: 'Asset model', + name: 'Name', ChartTemplate: 'ChartTemplate', assetNum: 'AssetNum', editModel: 'Edit model', - createModel: 'Create model', - remark: 'Remark', + createModel: 'Add model', + remark: 'Description', type: 'Type' }, terminallog: { @@ -972,13 +972,14 @@ const en = { }, assetType: { assetType: 'Asset Type', + type: 'Asset Type', name:'Name', vm:'VM', vmh:'VMH', authProtocol:'AuthProtocol', snmpEnable: 'SnmpEnable', snmpCollect:'SnmpCollect', - createModel:'CreateModel', + createModel:'Add Type', sshCollect:'SshCollect', sshCollectScript:'SshCollectScript', parent: 'Parent', @@ -995,7 +996,7 @@ const en = { editAssetState: 'Edit asset state' }, assetLabel: { - addMeta:'addMeta', + addMeta:'Add lables', example: 'Example', assetLabel: 'Asset labels', all: 'All', diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue index a87789b16..ef4eb982a 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue @@ -19,10 +19,6 @@ - - - - + + + + diff --git a/nezha-fronted/src/components/common/rightBox/agentBox.vue b/nezha-fronted/src/components/common/rightBox/agentBox.vue index 5b9d08361..695100197 100644 --- a/nezha-fronted/src/components/common/rightBox/agentBox.vue +++ b/nezha-fronted/src/components/common/rightBox/agentBox.vue @@ -12,16 +12,16 @@ -
{{editPromServer.id ? ($t("config.promServer.editProm") + " ID:" + editPromServer.id) : $t("config.promServer.createProm")}}
+
{{editPromServer.id ? ($t("config.promServer.editProm") + " ID:" + editPromServer.id) : $t("config.promServer.createProm")}}
-
+
- + {{item.name}} @@ -48,7 +48,7 @@ - + {{item.label}} diff --git a/nezha-fronted/src/components/common/rightBox/dcBox.vue b/nezha-fronted/src/components/common/rightBox/dcBox.vue index 9572876c1..83ee47b5d 100644 --- a/nezha-fronted/src/components/common/rightBox/dcBox.vue +++ b/nezha-fronted/src/components/common/rightBox/dcBox.vue @@ -10,11 +10,11 @@ -
{{editDc.id ? ($t("config.dc.editDc") + " ID:" + editDc.id) : $t("config.dc.createDc")}}
+
{{editDc.id ? ($t("config.dc.editDc") + " ID:" + editDc.id) : $t("config.dc.createDc")}}
-
+
@@ -26,7 +26,7 @@ - + {{item.username}} diff --git a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue index fe7f8734c..ba7e140b9 100644 --- a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue +++ b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue @@ -11,13 +11,13 @@ -
{{editExprTemp.id ? $t("config.exprTemp.edit") + " ID:" + editExprTemp.id : +
{{editExprTemp.id ? $t("config.exprTemp.edit") + " ID:" + editExprTemp.id : $t("config.exprTemp.create")}}
-
+
diff --git a/nezha-fronted/src/components/common/rightBox/mibBox.vue b/nezha-fronted/src/components/common/rightBox/mibBox.vue index 0df6ef1bc..f7e6eddc3 100644 --- a/nezha-fronted/src/components/common/rightBox/mibBox.vue +++ b/nezha-fronted/src/components/common/rightBox/mibBox.vue @@ -10,11 +10,11 @@ -
{{editMib.id ? ($t("config.mib.editMib") + " ID:" + editMib.id) : $t("config.mib.createMib")}}
+
{{editMib.id ? ($t("config.mib.editMib") + " ID:" + editMib.id) : $t("config.mib.createMib")}}
-
+
diff --git a/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue b/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue index 8cc1f68cb..cec742b66 100644 --- a/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue +++ b/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue @@ -10,11 +10,11 @@ -
{{editCredential.id ? ($t("config.mib.credential.edit") + " ID:" + editCredential.id) : $t("config.mib.credential.create")}}
+
{{editCredential.id ? ($t("config.mib.credential.edit") + " ID:" + editCredential.id) : $t("config.mib.credential.create")}}
-
+