mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 15:01:46 +00:00
(cherry picked from commit 18599fc94ca71bd7a9be9ed391dba3dc4509463a) Signed-off-by: Andy Lee <andy.lee@suse.com> Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
65f4405d29
commit
021de41e68
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-transform-class-static-block": "7.26.0",
|
"@babel/plugin-transform-class-static-block": "7.26.0",
|
||||||
"@rancher/shell": "3.0.5-rc.7",
|
"@rancher/shell": "3.0.5-rc.8",
|
||||||
"cache-loader": "^4.1.0",
|
"cache-loader": "^4.1.0",
|
||||||
"color": "4.2.3",
|
"color": "4.2.3",
|
||||||
"ip": "2.0.1",
|
"ip": "2.0.1",
|
||||||
|
|||||||
@ -5,6 +5,12 @@ import Secret from '@shell/models/secret';
|
|||||||
import { NAMESPACE } from '@shell/config/types';
|
import { NAMESPACE } from '@shell/config/types';
|
||||||
|
|
||||||
export default class HciSecret extends Secret {
|
export default class HciSecret extends Secret {
|
||||||
|
// prevent harvester secret detail page be overridden.
|
||||||
|
// See isFullPageOverride in https://github.com/rancher/dashboard/blob/master/shell/components/ResourceDetail/index.vue
|
||||||
|
get fullDetailPageOverride() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
get listLocation() {
|
get listLocation() {
|
||||||
const listLocation = clone(super.listLocation);
|
const listLocation = clone(super.listLocation);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user