From 1f47fab434df225965af148a5814e023237ca652 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Tue, 18 May 2021 15:38:41 +0100 Subject: [PATCH] Fix `Labels & Annotations` tab label - Use simpler :label-key instead of :label - Actual issue was that - some cases used Vue.prototype.t ... which did the escaping - others used `...mapGetters({ t: 'i18n/t' })` ... which didn't do the escaping and looked fine - Guessing this might have been caused by a change in CreateEditView --- edit/configmap.vue | 2 +- edit/logging.banzaicloud.io.output/index.vue | 2 +- edit/management.cattle.io.project.vue | 2 +- edit/namespace.vue | 2 +- edit/networking.k8s.io.ingress/index.vue | 2 +- edit/secret/index.vue | 2 +- edit/workload/index.vue | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/edit/configmap.vue b/edit/configmap.vue index 615997921e..699b62cae8 100644 --- a/edit/configmap.vue +++ b/edit/configmap.vue @@ -92,7 +92,7 @@ export default { - + diff --git a/edit/workload/index.vue b/edit/workload/index.vue index eaaa6a02ee..e6c3b2c9e7 100644 --- a/edit/workload/index.vue +++ b/edit/workload/index.vue @@ -880,7 +880,7 @@ export default { - +