Skip to content

Commit

Permalink
Remove Path for non longhorn disks and fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Sep 25, 2024
1 parent 3d9f876 commit cbb7a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default {
:value="value.displayName"
/>
</div>
<div class="col span-4">
<div v-if="value.path" class="col span-4">
<LabelValue
:name="t('harvester.host.disk.path.label')"
:value="value.path"
Expand Down
2 changes: 1 addition & 1 deletion pkg/harvester/l10n/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ harvester:
label: Volume Group Type
lvmVolumeGroup:
label: Volume Group Name
no-options: No available Volume Grups, please add in the `Host > Storage` page
no-options: No available Volume Groups, please add in the `Host > Storage` page
node:
label: Node
allowedTopologies:
Expand Down

0 comments on commit cbb7a8f

Please sign in to comment.