diff --git a/ui/app/templates/allocations/allocation/task/index.hbs b/ui/app/templates/allocations/allocation/task/index.hbs index 024d04f798e..82003829526 100644 --- a/ui/app/templates/allocations/allocation/task/index.hbs +++ b/ui/app/templates/allocations/allocation/task/index.hbs @@ -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}} {{else}} {{row.model.source}} diff --git a/ui/app/templates/components/task-row.hbs b/ui/app/templates/components/task-row.hbs index 44dd0f34691..9d40377c6a0 100644 --- a/ui/app/templates/components/task-row.hbs +++ b/ui/app/templates/components/task-row.hbs @@ -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}} {{else}} {{volume.source}}