Skip to content

Commit

Permalink
link text reflects alloc suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Apr 20, 2022
1 parent 190370d commit 633b877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/allocations/allocation/task/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
@model={{concat row.model.source (if row.model.volumeDeclaration.perAlloc this.model.allocation.volumeExtension) "@" row.model.namespace.id
}}
>
{{row.model.source}}
{{row.model.source}}{{#if row.model.volumeDeclaration.perAlloc}}{{this.model.allocation.volumeExtension}}{{/if}}
</LinkTo>
{{else}}
{{row.model.source}}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/components/task-row.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@route="csi.volumes.volume"
@model={{concat volume.source (if volume.volumeDeclaration.perAlloc this.task.allocation.volumeExtension) "@" volume.namespace.id}}
>
{{volume.source}}
{{volume.source}}{{#if volume.volumeDeclaration.perAlloc}}{{this.task.allocation.volumeExtension}}{{/if}}
</LinkTo>
{{else}}
{{volume.source}}
Expand Down

0 comments on commit 633b877

Please sign in to comment.