NEZ-613 fix: asset 编辑页面bug修复

This commit is contained in:
@changcode
2021-05-17 21:20:49 +08:00
parent 606244b89e
commit 1b014f4f2e
4 changed files with 65 additions and 28 deletions

View File

@@ -64,7 +64,7 @@ const cn = {
available: '可用',
createChart: '新增图表',
createProject: '新增系统',
createEndpoint: '新增Endpoint',
createEndpoint: '新增 Endpoint',
batchEndpoint: '批量修改Endpoint',
createAsset: '新增资产',
createAlertRule: '新增告警规则',
@@ -803,6 +803,7 @@ const cn = {
remark: '备注',
cabinets: '机柜',
alert: '警报',
createPanel: '新增面板',
traffic: {
title: '流量配置',
add: '添加',
@@ -833,7 +834,7 @@ const cn = {
ChartTemplate: '图表模板',
assetNum: '资产',
editModel: '编辑型号',
createModel: '创建型号',
createModel: '新增型号',
remark: '备注',
type: '类型'
},
@@ -1038,11 +1039,11 @@ const cn = {
example: '示例',
assetLabel: '资产标签',
editMeta: '编辑标签',
addMeta: '创建标签',
addMeta: '新增标签',
all: '全部',
addGroup: '创建分组',
editGroup: '编辑分组',
addLabel: '创建标签',
addLabel: '新增标签',
editLabel: '编辑标签',
groupName: '名称',
key: '键名',
@@ -1229,14 +1230,14 @@ const cn = {
privpin: '隐私密码',
asset: 'Asset',
editEndpoint: '编辑 Endpoint',
createEndpoint: '新增Endpoint',
createEndpoint: '新增 Endpoint',
batchEndpoint: '批量 Endpoint',
endpointName: 'Endpoint name',
name: '名称'
},
endpoint: {
createEndpoint: '新增Endpoint',
editEndpoint: '编辑Endpoint',
createEndpoint: '新增 Endpoint',
editEndpoint: '编辑 Endpoint',
endpoint: 'Endpoint',
endpointId: 'Endpoint ID',
host: '主机',

View File

@@ -737,6 +737,7 @@ const en = {
editDc: 'Edit data center',
editCabinet: 'Edit cabinet',
alert: 'Alert',
createPanel: 'Create panel',
traffic: {
title: 'Traffic Setting',
add: 'Add',