From 72185871e0e2ccf429ef691b61d21debc4558f80 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 5 Jun 2024 14:08:36 +0200 Subject: [PATCH] The `Labels` title is displayed twice in the `Host` labels page Relates to: https://github.com/harvester/harvester/issues/5973 Signed-off-by: Volker Theile (cherry picked from commit 564bde3456e1d5b1b6504baddca78a7e321c5701) --- pkg/harvester/edit/harvesterhci.io.host/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/harvester/edit/harvesterhci.io.host/index.vue b/pkg/harvester/edit/harvesterhci.io.host/index.vue index 74a5db283b9..b2b30ede6dd 100644 --- a/pkg/harvester/edit/harvesterhci.io.host/index.vue +++ b/pkg/harvester/edit/harvesterhci.io.host/index.vue @@ -649,7 +649,6 @@ export default { :value="filteredLabels" :add-label="t('labels.addLabel')" :mode="mode" - :title="t('labels.labels.title')" :read-allowed="false" :value-can-be-empty="true" @input="updateHostLabels"