diff --git a/pkg/sbombastic-image-vulnerability-scanner/config/sbombastic-image-vulnerability-scanner.ts b/pkg/sbombastic-image-vulnerability-scanner/config/sbombastic-image-vulnerability-scanner.ts index 9ceea83..310cf9d 100644 --- a/pkg/sbombastic-image-vulnerability-scanner/config/sbombastic-image-vulnerability-scanner.ts +++ b/pkg/sbombastic-image-vulnerability-scanner/config/sbombastic-image-vulnerability-scanner.ts @@ -52,19 +52,6 @@ export function init($plugin: IPlugin, store: any) { }, }); - virtualType({ - labelKey: 'imageScanner.vexManagement.title', - name: PAGE.VEX_MANAGEMENT, - namespaced: false, - route: { - name: `c-cluster-${PRODUCT_NAME}-${PAGE.VEX_MANAGEMENT}`, - params: { - product: PRODUCT_NAME - }, - meta: { pkg: PRODUCT_NAME, product: PRODUCT_NAME } - } - }); - virtualType({ label: "Components Demo", name: "demo", @@ -84,6 +71,6 @@ export function init($plugin: IPlugin, store: any) { //"demo" ]); // Prepend spaces on group name, as Rancher 2.12 render group name algin with sidemenu - basicType([PAGE.REGISTRIES, PAGE.VEX_MANAGEMENT], '    Advanced'); + basicType([PAGE.REGISTRIES, RESOURCE.VEX_HUB], '    Advanced'); } \ No newline at end of file diff --git a/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.registry.vue b/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.registry.vue index 14537c5..b01590b 100644 --- a/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.registry.vue +++ b/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.registry.vue @@ -6,7 +6,6 @@ import NameNsDescription from '@shell/components/form/NameNsDescription'; import CruResource from '@shell/components/CruResource'; import SelectOrCreateAuthSecret from '@shell/components/form/SelectOrCreateAuthSecret'; import LabeledSelect from '@shell/components/form/LabeledSelect'; -import Banner from '@components/Banner/Banner.vue'; import { Checkbox } from '@components/Form/Checkbox'; import { MANAGEMENT, NAMESPACE } from '@shell/config/types'; import { @@ -25,7 +24,6 @@ export default { NameNsDescription, CruResource, SelectOrCreateAuthSecret, - Banner, Checkbox, LabeledSelect }, @@ -123,13 +121,11 @@ export default {