From 72373305a02f7c5a8350269824d445f8b4bd8a3f Mon Sep 17 00:00:00 2001 From: Andrew Duncan Date: Thu, 14 Mar 2019 13:55:09 -0400 Subject: [PATCH] display current version in info tab (#581) --- src/app/container/info-tab/info-tab.component.html | 3 ++- src/app/workflow/info-tab/info-tab.component.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/container/info-tab/info-tab.component.html b/src/app/container/info-tab/info-tab.component.html index c85c2f96df..a94a6d7cef 100644 --- a/src/app/container/info-tab/info-tab.component.html +++ b/src/app/container/info-tab/info-tab.component.html @@ -185,7 +185,8 @@ - Tag Information + Tag Information + {{ selectedVersion?.name }}
diff --git a/src/app/workflow/info-tab/info-tab.component.html b/src/app/workflow/info-tab/info-tab.component.html index 7fd1f2de76..b141e25750 100644 --- a/src/app/workflow/info-tab/info-tab.component.html +++ b/src/app/workflow/info-tab/info-tab.component.html @@ -119,7 +119,8 @@ - Workflow Version Information + Workflow Version Information + {{ selectedVersion?.name }}