From 633b8776600fb1278cd5fcf71e6aaa730f1490c9 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Wed, 20 Apr 2022 14:40:47 -0400 Subject: [PATCH] link text reflects alloc suffix --- ui/app/templates/allocations/allocation/task/index.hbs | 2 +- ui/app/templates/components/task-row.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/templates/allocations/allocation/task/index.hbs b/ui/app/templates/allocations/allocation/task/index.hbs index 024d04f798ea..820038295265 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 44dd0f34691b..9d40377c6a0d 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}}