This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new efc38a9 add configContent text
efc38a9 is described below
commit efc38a9275d1e7bf3ddaf62a74287e54440548a1
Author: nzomkxia <[email protected]>
AuthorDate: Fri Jan 18 11:45:35 2019 +0800
add configContent text
---
dubbo-admin-frontend/src/components/Management.vue | 2 +-
dubbo-admin-frontend/src/lang/en.js | 3 ++-
dubbo-admin-frontend/src/lang/zh.js | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dubbo-admin-frontend/src/components/Management.vue
b/dubbo-admin-frontend/src/components/Management.vue
index f80d03b..03522c7 100644
--- a/dubbo-admin-frontend/src/components/Management.vue
+++ b/dubbo-admin-frontend/src/components/Management.vue
@@ -79,7 +79,7 @@
v-model="key"
></v-text-field>
- <v-subheader class="pa-0 mt-3">{{$t('ruleContent')}}</v-subheader>
+ <v-subheader class="pa-0 mt-3">{{$t('configContent')}}</v-subheader>
<ace-editor lang="properties" v-model="rule"
:readonly="readonly"></ace-editor>
</v-card-text>
diff --git a/dubbo-admin-frontend/src/lang/en.js
b/dubbo-admin-frontend/src/lang/en.js
index 2b771d7..36fbe9e 100644
--- a/dubbo-admin-frontend/src/lang/en.js
+++ b/dubbo-admin-frontend/src/lang/en.js
@@ -122,5 +122,6 @@ export default {
scope: 'Scope',
name: 'Name',
warnDeleteConfig: ' Are you sure to Delete Dubbo Config: ',
- configNameHint: "Application name the config belongs to, use
'global'(without quotes) for global config"
+ configNameHint: "Application name the config belongs to, use
'global'(without quotes) for global config",
+ configContent: 'Config Content'
}
diff --git a/dubbo-admin-frontend/src/lang/zh.js
b/dubbo-admin-frontend/src/lang/zh.js
index 16517d8..b57c5e6 100644
--- a/dubbo-admin-frontend/src/lang/zh.js
+++ b/dubbo-admin-frontend/src/lang/zh.js
@@ -122,5 +122,6 @@ export default {
scope: '范围',
name: '名称',
warnDeleteConfig: ' 是否要删除Dubbo配置: ',
- configNameHint: '配置所属的应用名, global 表示全局配置'
+ configNameHint: '配置所属的应用名, global 表示全局配置',
+ configContent: '配置内容'
}