deps: upgrade @rancher/shell to 3.0.5-rc.8 (#469)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-08-22 10:40:08 +08:00 committed by GitHub
parent e155d46483
commit 18599fc94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 784 additions and 1611 deletions

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"@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",
"color": "4.2.3",
"ip": "2.0.1",

View File

@ -5,6 +5,12 @@ import Secret from '@shell/models/secret';
import { NAMESPACE } from '@shell/config/types';
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() {
const listLocation = clone(super.listLocation);

2387
yarn.lock

File diff suppressed because it is too large Load Diff