From 872e53aa8425b67f51d5a11fb66a7cb82cf38b30 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Thu, 22 Oct 2020 13:12:08 -0700 Subject: [PATCH] Move appReadme vs helm readme, other catalog tweaks --- assets/translations/en-us.yaml | 10 +++++----- pages/c/_cluster/apps/install.vue | 21 ++++++++++++--------- pages/c/_cluster/logging/index.vue | 6 +++++- 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml index 1f42759363..80d0cccf29 100644 --- a/assets/translations/en-us.yaml +++ b/assets/translations/en-us.yaml @@ -258,12 +258,12 @@ catalog: install: Install {name} installGeneric: Install Chart section: - appReadme: Read Me + appReadme: README readme: Helm README chartOptions: Chart Options valuesYaml: Values YAML - helm: Helm Options - appReadmeGeneric: This chart doesn't have a Rancher-specific readme. Review the Helm README to learn more about the available configuration options and their usage. + helm: Helm Deploy Options + appReadmeGeneric: This chart doesn't have a Rancher-specific README. Review the Helm README to learn more about the available configuration options and their usage. project: Install into Project helm: atomic: Atomic @@ -1754,8 +1754,8 @@ typeLabel: } catalog.cattle.io.clusterrepo: |- {count, plural, - one { Repository } - other { Repositories } + one { Chart Repository } + other { Chart Repositories } } catalog.cattle.io.repo: |- {count, plural, diff --git a/pages/c/_cluster/apps/install.vue b/pages/c/_cluster/apps/install.vue index 00eb53eac2..86435f086b 100644 --- a/pages/c/_cluster/apps/install.vue +++ b/pages/c/_cluster/apps/install.vue @@ -280,7 +280,7 @@ export default { nameDisabled: false, openApi: true, resetValues: false, - selectedTabName: 'readme', + selectedTabName: 'appReadme', showPreview: false, showDiff: false, showValuesComponent: true, @@ -766,8 +766,7 @@ export default {
- -

+

{{ chart.description }}

@@ -835,8 +834,9 @@ export default { :default-tab="selectedTabName" @changed="tabChanged($event)" > - - + + +