Skip to content

Commit 633b877

Browse files
committed
link text reflects alloc suffix
1 parent 190370d commit 633b877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/app/templates/allocations/allocation/task/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
@model={{concat row.model.source (if row.model.volumeDeclaration.perAlloc this.model.allocation.volumeExtension) "@" row.model.namespace.id
167167
}}
168168
>
169-
{{row.model.source}}
169+
{{row.model.source}}{{#if row.model.volumeDeclaration.perAlloc}}{{this.model.allocation.volumeExtension}}{{/if}}
170170
</LinkTo>
171171
{{else}}
172172
{{row.model.source}}

ui/app/templates/components/task-row.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@route="csi.volumes.volume"
5050
@model={{concat volume.source (if volume.volumeDeclaration.perAlloc this.task.allocation.volumeExtension) "@" volume.namespace.id}}
5151
>
52-
{{volume.source}}
52+
{{volume.source}}{{#if volume.volumeDeclaration.perAlloc}}{{this.task.allocation.volumeExtension}}{{/if}}
5353
</LinkTo>
5454
{{else}}
5555
{{volume.source}}

0 commit comments

Comments
 (0)