feat: 新增网元主机页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user