From 4254a825a97a5fd82c673c4fc85b5c7fb467d818 Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Thu, 24 Oct 2024 16:54:23 +0200 Subject: [PATCH] Add productName to isSingleProduct object Signed-off-by: Francesco Torchia --- pkg/harvester/config/harvester-cluster.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/harvester/config/harvester-cluster.js b/pkg/harvester/config/harvester-cluster.js index 68f7c2ff..d057157f 100644 --- a/pkg/harvester/config/harvester-cluster.js +++ b/pkg/harvester/config/harvester-cluster.js @@ -79,6 +79,7 @@ export function init($plugin, store) { }; store.dispatch('setIsSingleProduct', { + productName: PRODUCT_NAME, logo: require(`@shell/assets/images/providers/harvester.svg`), productNameKey: 'harvester.productLabel', getVersionInfo: (store) => store.getters[`${PRODUCT_NAME}/byId`]?.(HCI.SETTING, 'server-version')?.value || 'unknown',