mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-03-22 05:01:45 +00:00
(cherry picked from commit 5aea476f645d201afb26e39b7be7f7a8049c9925) Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
dde58269d5
commit
0441c1f6e3
@ -58,7 +58,7 @@ export default class PCIDevice extends SteveModel {
|
||||
return false;
|
||||
}
|
||||
|
||||
return !!this.metadata?.labels?.[HCI_ANNOTATIONS.PARENT_SRIOV_GPU] || this.status?.resourceName.includes('nvidia.com');
|
||||
return !!this.metadata?.labels?.[HCI_ANNOTATIONS.PARENT_SRIOV_GPU];
|
||||
}
|
||||
|
||||
get canYaml() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user