NEZ-666 fix: project topo 点击module 展开内容标题 显示 module name
This commit is contained in:
@@ -457,7 +457,7 @@ const cn = {
|
||||
module: '模块'
|
||||
},
|
||||
endpoint: {
|
||||
endpoint: 'Endpoints'
|
||||
endpoint: 'Endpoint'
|
||||
},
|
||||
dataCenter: {
|
||||
dataCenter: '数据中心',
|
||||
|
||||
@@ -458,16 +458,16 @@ const en = {
|
||||
total: 'Total'
|
||||
},
|
||||
project: {
|
||||
project: 'Projects',
|
||||
project: 'Project',
|
||||
name: 'Name',
|
||||
module: 'Module',
|
||||
endpoint: 'Endpoint'
|
||||
},
|
||||
module: {
|
||||
module: 'Modules'
|
||||
module: 'Module'
|
||||
},
|
||||
endpoint: {
|
||||
endpoint: 'Endpoints'
|
||||
endpoint: 'Endpoint'
|
||||
},
|
||||
dataCenter: {
|
||||
dataCenter: 'Data center',
|
||||
@@ -475,7 +475,7 @@ const en = {
|
||||
promServer: 'Prom server'
|
||||
},
|
||||
alert: {
|
||||
alertMessage: 'Alert messages',
|
||||
alertMessage: 'Module name / Alert Message',
|
||||
level: 'Priority',
|
||||
alertRule: 'Alert rule',
|
||||
ruleNum: 'Rule num',
|
||||
@@ -562,7 +562,7 @@ const en = {
|
||||
copySuccess: 'Copy success'
|
||||
},
|
||||
asset: {
|
||||
asset: 'Asset',
|
||||
asset: 'Module name / Asset ',
|
||||
assets: 'Asset', // '资产'
|
||||
editAsset: 'Edit asset', // '编辑资产'
|
||||
createAsset: 'New asset', // '编辑资产'
|
||||
@@ -1267,7 +1267,8 @@ const en = {
|
||||
endpoint: {
|
||||
createEndpoint: 'New endpoint', // "新增Endpoint"
|
||||
editEndpoint: 'Edit endpoint', // "编辑Endpoint"
|
||||
endpoint: 'Endpoint', // "Endpoint"
|
||||
endpoint: 'Endpoint ', // "Endpoint"
|
||||
endpoints: 'Module name / Endpoint',
|
||||
endpointId: 'Endpoint ID', // "Endpoint ID"
|
||||
list: 'List',
|
||||
host: 'Host', // "Host"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="mc" @click.self="clickOutside">
|
||||
<div class="right-box right-box-project-alert">
|
||||
<div class="right-box-title">{{$t('project.endpoint.endpoint')}}</div>
|
||||
<div class="right-box-title">{{$t('project.endpoint.endpoints')}}</div>
|
||||
<nz-data-list
|
||||
ref="dataList"
|
||||
:api="url"
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="Parameter" name="Parameter">
|
||||
<el-tab-pane :label="$t('project.endpoint.param')" name="Parameter">
|
||||
<div id="module-box-params" ref="labelBoxScrollbar" style="height: 100%; overflow: auto;">
|
||||
<div v-for="(item, index) in editEndpoint.paramObj" :key="index" class="param-box-row">
|
||||
<el-form-item :prop="'paramObj.' + index + '.key'" class="param-box-row-key">
|
||||
|
||||
Reference in New Issue
Block a user