Latest porting from Harvester dashboard

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-11-14 18:05:13 +01:00
parent 39fb49c619
commit 07775130e6
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -55,7 +55,7 @@ export default class HciStorageClass extends StorageClass {
key = `harvester.storage.storageClass.lvm.label`;
}
return key ? this.$rootGetters['i18n/t'](key) : null;
return key ? this.$rootGetters['i18n/t'](key) : this.provisioner;
}
get isLonghornV2() {