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: {

View File

@@ -566,6 +566,20 @@ export default {
test: "测试连接",
testOk: "测试连接成功",
},
neHostCmd: {
cmdType: "命令类型",
groupId: "分组",
title: "名称",
titlePlease: "请正确填写命令名称",
command: "命令",
commandPlease: "请正确输入有效命令字符串",
remark: "备注",
createTime: "创建时间",
delTip: "确认要删除命令编号为【{num}】的信息吗?",
ok: "操作成功",
addTitle: "新增主机命令",
editTitle: "编辑主机命令",
},
},
neUser: {
auth: {