feat: 新增网元主机页面

This commit is contained in:
TsMask
2024-02-26 12:09:09 +08:00
parent f705ba3a2e
commit dd6c38c57e
4 changed files with 910 additions and 0 deletions

View File

@@ -542,6 +542,31 @@ export default {
},
},
},
ne: {
neHost: {
hostType: "Type",
groupId: "Group",
title: "Host Name",
titlePlease: "Please fill in the host name correctly",
addr: "IP Addr",
addrPlease: "Please fill in the host IP address correctly",
port: "Port",
user: "Login User",
userPlease: "Please fill in the host login user correctly",
authMode: "Auth Mode",
password: "Password",
privateKey: "Private Key",
passPhrase: "Private Key Cipher",
remark: "Remark",
createTime: "Time",
delTip: "Confirm that you want to delete the host number [{num}]?",
ok: "Successful Operation",
addTitle: "Add Host Connection",
editTitle: "Edit Host Connection",
test: "Test Connection To Host",
testOk: "Test Connection Successful",
},
},
neUser: {
auth: {
authInfo:'Authentication Info',