Commit 633b877 1 parent 190370d commit 633b877 Copy full SHA for 633b877
File tree 2 files changed +2
-2
lines changed
allocations/allocation/task
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 166
166
@model ={{ concat row.model.source (if row.model.volumeDeclaration.perAlloc this.model.allocation.volumeExtension ) " @" row.model.namespace.id
167
167
}}
168
168
>
169
- {{ row.model.source }}
169
+ {{ row.model.source }} {{ #if row.model.volumeDeclaration.perAlloc }} {{ this.model.allocation.volumeExtension }} {{ /if }}
170
170
</LinkTo >
171
171
{{ else }}
172
172
{{ row.model.source }}
Original file line number Diff line number Diff line change 49
49
@route =" csi.volumes.volume"
50
50
@model ={{ concat volume.source (if volume.volumeDeclaration.perAlloc this.task.allocation.volumeExtension ) " @" volume.namespace.id }}
51
51
>
52
- {{ volume.source }}
52
+ {{ volume.source }} {{ #if volume.volumeDeclaration.perAlloc }} {{ this.task.allocation.volumeExtension }} {{ /if }}
53
53
</LinkTo >
54
54
{{ else }}
55
55
{{ volume.source }}
You can’t perform that action at this time.
0 commit comments