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',