mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
fix undefined reading harvesterhci.io/storageClassName
Signed-off-by: Andy Lee <andy.lee@suse.com> (cherry picked from commit 54f85963ea8d4b6bee66c56885f8bb6f34f75741)
This commit is contained in:
parent
6b8b1f68eb
commit
45c0dce61b
@ -201,7 +201,7 @@ export default class HciVmImage extends HarvesterResource {
|
||||
}
|
||||
|
||||
get imageStorageClass() {
|
||||
return this?.metadata?.annotations[HCI_ANNOTATIONS.STORAGE_CLASS] || '';
|
||||
return this?.metadata?.annotations?.[HCI_ANNOTATIONS.STORAGE_CLASS] || '';
|
||||
}
|
||||
|
||||
get imageMessage() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user