feat:trafficSetting 添加标题
This commit is contained in:
@@ -610,7 +610,8 @@ const cn = {
|
||||
title:'流量配置',
|
||||
add:'添加',
|
||||
direction:'方向',
|
||||
tags:'标签'
|
||||
tags:'标签',
|
||||
snmpSetting:'SNMP设置',
|
||||
},
|
||||
createDc: "新建数据中心",
|
||||
editDc: "编辑数据中心",
|
||||
|
||||
@@ -589,7 +589,8 @@ const en = {
|
||||
title:'Traffic Setting',
|
||||
add:'Add',
|
||||
direction:'Direction',
|
||||
tags:'Tags'
|
||||
tags:'Tags',
|
||||
snmpSetting:'SNMP setting',
|
||||
}
|
||||
},
|
||||
model: {
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
></el-autocomplete>
|
||||
<el-popover trigger="click" placement="bottom" @show="popShow" @hide="popHide" popper-class="no-style-class">
|
||||
<div class="mib-browser-ad-search">
|
||||
<el-row class="mib-browser-ad-search-item" style="font-weight: bold">{{$t('config.dc.traffic.snmpSetting')}}</el-row>
|
||||
<el-row class="mib-browser-ad-search-item">
|
||||
<el-col :span="6"><div class="mib-browser-ad-search-label">{{$t("project.endpoint.port")}}</div></el-col>
|
||||
<el-col :span="17">
|
||||
|
||||
Reference in New Issue
Block a user