Skip to content

Commit

Permalink
show provisioner instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Nov 12, 2024
1 parent e6796a6 commit b4a6ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b4a6ed9

Please sign in to comment.