Skip to content

Commit d95b07e

Browse files
committed
fix(vexhub): Fix Vexhub detail page navigation error caused by /list/ view override
1 parent feb5691 commit d95b07e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pkg/sbombastic-image-vulnerability-scanner/models/sbombastic.rancher.io.vexhub.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import SteveModel from '@shell/plugins/steve/steve-class';
2-
import { PRODUCT_NAME, PAGE } from "@sbombastic-image-vulnerability-scanner/types";
3-
import { insertAt } from '@shell/utils/array';
42

53
export default class SbombasticRancherIoVexhub extends SteveModel {
64
get _availableActions() {
@@ -57,18 +55,6 @@ export default class SbombasticRancherIoVexhub extends SteveModel {
5755
return !this.spec?.enabled;
5856
}
5957

60-
get listLocation() {
61-
return { name: `c-cluster-${PRODUCT_NAME}-${PAGE.VEX_MANAGEMENT}`, };
62-
}
63-
64-
get doneOverride() {
65-
return this.listLocation;
66-
}
67-
68-
get parentLocationOverride() {
69-
return this.listLocation;
70-
}
71-
7258
get fullDetailPageOverride() {
7359
return true;
7460
}

0 commit comments

Comments
 (0)