Merge pull request #3023 from richard-cox/fix-label-label

Fix `Labels &amp Annotations` tab label
This commit is contained in:
Richard Cox 2021-05-18 16:09:03 +01:00 committed by GitHub
commit f77b523b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -92,7 +92,7 @@ export default {
</Tab>
<Tab
name="labels-and-annotations"
:label="t('generic.labelsAndAnnotations')"
label-key="generic.labelsAndAnnotations"
:weight="-1"
>
<Labels

View File

@ -131,7 +131,7 @@ export default {
<Tab
v-if="!isView"
name="labels-and-annotations"
:label="t('generic.labelsAndAnnotations')"
label-key="generic.labelsAndAnnotations"
:weight="0"
>
<Labels

View File

@ -48,7 +48,7 @@ export default {
</Tab>
<Tab
name="labels-and-annotations"
:label="t('generic.labelsAndAnnotations')"
label-key="generic.labelsAndAnnotations"
:weight="7"
>
<Labels

View File

@ -123,7 +123,7 @@ export default {
<Tab
v-if="!isView"
name="labels-and-annotations"
:label="t('generic.labelsAndAnnotations')"
label-key="generic.labelsAndAnnotations"
:weight="-1"
>
<Labels

View File

@ -140,7 +140,7 @@ export default {
<Tab
v-if="!isView"
name="labels-and-annotations"
:label="t('generic.labelsAndAnnotations')"
label-key="generic.labelsAndAnnotations"
:weight="0"
>
<Labels

View File

@ -247,7 +247,7 @@ export default {
:hide-sensitive-data="hideSensitiveData"
/>
</Tab>
<Tab name="labels" :label="t('generic.labelsAndAnnotations')">
<Tab name="labels" label-key="generic.labelsAndAnnotations">
<Labels v-model="value" :mode="mode" />
</Tab>
</Tabbed>

View File

@ -880,7 +880,7 @@ export default {
<Tab v-if="isStatefulSet" :label="t('workload.container.titles.volumeClaimTemplates')" name="volumeClaimTemplates">
<VolumeClaimTemplate v-model="spec" :mode="mode" />
</Tab>
<Tab name="labels" :label="t('generic.labelsAndAnnotations')">
<Tab name="labels" label-key="generic.labelsAndAnnotations">
<Labels v-model="value" :mode="mode" />
<div class="spacer"></div>