File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
pkg/sbombastic-image-vulnerability-scanner/models Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
1
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' ;
4
2
5
3
export default class SbombasticRancherIoVexhub extends SteveModel {
6
4
get _availableActions ( ) {
@@ -57,18 +55,6 @@ export default class SbombasticRancherIoVexhub extends SteveModel {
57
55
return ! this . spec ?. enabled ;
58
56
}
59
57
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
-
72
58
get fullDetailPageOverride ( ) {
73
59
return true ;
74
60
}
You can’t perform that action at this time.
0 commit comments