diff --git a/console-ui/src/locales/en-US.js b/console-ui/src/locales/en-US.js index b08501421b65954391bcf68504548664c52013a7..21900445e17bf61e8d0b8b20dc47dbd137726ded 100644 --- a/console-ui/src/locales/en-US.js +++ b/console-ui/src/locales/en-US.js @@ -262,6 +262,7 @@ const I18N_CONF = { sourceIp: 'Source IP', configureContent: 'Configuration Content', back: 'Back', + namespace: 'Namespace', }, DashboardCard: { importantReminder0: 'Important reminder', @@ -385,6 +386,7 @@ const I18N_CONF = { confirmSyanx: 'The configuration information may has a syntax error. Are you sure to submit?', dataIdExists: 'Configuration already exists. Enter a new Data ID and Group name.', dataRequired: 'Data cannot be empty, submission failed', + namespace: 'Namespace', }, CloneDialog: { terminate: 'Terminate', @@ -446,6 +448,7 @@ const I18N_CONF = { dialogCurrentArea: 'Current Value', dialogOriginalArea: 'Original Value', publishFailed403: 'Publish failed. No operation permission', + namespace: 'Namespace', }, EditorNameSpace: { notice: 'Notice', @@ -544,6 +547,7 @@ const I18N_CONF = { groupInput: 'Please Enter Group', namespaceSelect: 'Please Select namespace', configNotFind: 'The Configuration is not found, Please select again', + namespace: 'Namespace', }, ConfigRollback: { rollBack: 'Roll Back', @@ -561,6 +565,7 @@ const I18N_CONF = { update: 'Update', insert: 'Insert', additionalRollbackMessage: 'This operation will delete the below config!', + namespace: 'Namespace', }, UserManagement: { userManagement: 'User Management', diff --git a/console-ui/src/locales/zh-CN.js b/console-ui/src/locales/zh-CN.js index b28c399535a49b08cb705b0fa06b210f66467f9c..3d3c3575767278231c728c413f3d16f8ba8b705f 100644 --- a/console-ui/src/locales/zh-CN.js +++ b/console-ui/src/locales/zh-CN.js @@ -260,6 +260,7 @@ const I18N_CONF = { operator: '操作人', sourceIp: '来源 IP', back: '返回', + namespace: '命名空间', }, DashboardCard: { importantReminder0: '重要提醒', @@ -381,6 +382,7 @@ const I18N_CONF = { confirmSyanx: '配置信息可能有语法错误, 确定提交吗?', dataIdExists: '配置已存在, 试试别的dataid和group的组合吧', dataRequired: '数据不能为空, 提交失败', + namespace: '命名空间', }, CloneDialog: { terminate: '终止克隆', @@ -442,6 +444,7 @@ const I18N_CONF = { dialogCurrentArea: '当前值', dialogOriginalArea: '原始值', publishFailed403: '发布失败,请检查是否有权限', + namespace: '命名空间', }, EditorNameSpace: { notice: '提示', @@ -539,6 +542,7 @@ const I18N_CONF = { groupInput: '请输入Group', namespaceSelect: '请选择命名空间', configNotFind: '未查询到指定配置,请重新选择', + namespace: '命名空间', }, ConfigRollback: { rollBack: '回滚配置', @@ -556,6 +560,7 @@ const I18N_CONF = { update: '更新', insert: '插入', additionalRollbackMessage: '此操作将删除以下配置!', + namespace: '命名空间', }, UserManagement: { userManagement: '用户管理', diff --git a/console-ui/src/pages/ConfigurationManagement/ConfigDetail/ConfigDetail.js b/console-ui/src/pages/ConfigurationManagement/ConfigDetail/ConfigDetail.js index 30acec3bced0802786ca6290ec9a8c6169627d04..514de22c2f46e456815f409ef9603b3ee166a0b8 100644 --- a/console-ui/src/pages/ConfigurationManagement/ConfigDetail/ConfigDetail.js +++ b/console-ui/src/pages/ConfigurationManagement/ConfigDetail/ConfigDetail.js @@ -318,6 +318,9 @@ class ConfigDetail extends React.Component { '' )}
+ +

{this.tenant}

+
diff --git a/console-ui/src/pages/ConfigurationManagement/ConfigEditor/ConfigEditor.js b/console-ui/src/pages/ConfigurationManagement/ConfigEditor/ConfigEditor.js index d221a200035f27e9e7bb9a0f14e96a4ab732e48b..68acf2dc6074c5240031db551e130d8f61a10639 100644 --- a/console-ui/src/pages/ConfigurationManagement/ConfigEditor/ConfigEditor.js +++ b/console-ui/src/pages/ConfigurationManagement/ConfigEditor/ConfigEditor.js @@ -613,6 +613,9 @@ class ConfigEditor extends React.Component { )} + +

{this.tenant}

+
{ if (!isNewConfig) { this.changeForm( @@ -493,6 +494,9 @@ class ConfigEditor extends React.Component { )} + +

{this.tenant}

+

{locale.configurationRollback}

+ +

{this.tenant}

+
diff --git a/console-ui/src/pages/ConfigurationManagement/HistoryDetail/HistoryDetail.js b/console-ui/src/pages/ConfigurationManagement/HistoryDetail/HistoryDetail.js index 374f9434a6d01933e29a827aee2051234eb2efd2..19b0cecb7638ac2b682577947e4589ae89dc2cae 100644 --- a/console-ui/src/pages/ConfigurationManagement/HistoryDetail/HistoryDetail.js +++ b/console-ui/src/pages/ConfigurationManagement/HistoryDetail/HistoryDetail.js @@ -113,6 +113,9 @@ class HistoryDetail extends React.Component {

{locale.historyDetails}

+ +

{this.tenant}

+
diff --git a/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js b/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js index 10cd61a3bd4f79f6905e9657a4bc42b80c8906ae..ab13afbd07296089b3afb1ce21d7b9578c26abe7 100644 --- a/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js +++ b/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js @@ -471,6 +471,9 @@ class NewConfig extends React.Component { >

{locale.newListing}

+ +

{this.tenant}

+