feat: 新增网元主机命令页面

This commit is contained in:
TsMask
2024-02-26 17:03:03 +08:00
parent d55a4e3da7
commit 4cdfe6097d
4 changed files with 689 additions and 0 deletions

View File

@@ -566,6 +566,20 @@ export default {
test: "Test Connection To Host",
testOk: "Test Connection Successful",
},
neHostCmd: {
cmdType: "Type",
groupId: "Group",
title: "Title",
titlePlease: "Please fill in the command name correctly",
command: "Command",
commandPlease: "Please enter a valid command string correctly",
remark: "Remark",
createTime: "Time",
delTip: "Are you sure you want to delete the message with command number [{num}]?",
ok: "Successful Operation",
addTitle: "New Host Commands",
editTitle: "Edit Host Commands",
},
},
neUser: {
auth: {