Skip to content

Commit

Permalink
display current version in info tab (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
agduncan94 authored Mar 14, 2019
1 parent c95260f commit 7237330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/container/info-tab/info-tab.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@

<mat-card class="mt-3">
<mat-card-header>
<mat-card-title>Tag Information</mat-card-title>
<mat-card-title class="m-0">Tag Information</mat-card-title>
<mat-card-subtitle class="m-0">{{ selectedVersion?.name }}</mat-card-subtitle>
</mat-card-header>
<mat-card-content class="p-3">
<div>
Expand Down
3 changes: 2 additions & 1 deletion src/app/workflow/info-tab/info-tab.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@

<mat-card class="mt-3" *ngIf="workflow && workflow?.mode !== WorkflowType.ModeEnum.STUB">
<mat-card-header>
<mat-card-title>Workflow Version Information</mat-card-title>
<mat-card-title class="m-0">Workflow Version Information</mat-card-title>
<mat-card-subtitle class="m-0">{{ selectedVersion?.name }}</mat-card-subtitle>
</mat-card-header>
<mat-card-content class="p-3">
<div>
Expand Down

0 comments on commit 7237330

Please sign in to comment.