mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Latest porting from Harvester dashboard
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
39fb49c619
commit
07775130e6
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user