Skip to content

Commit

Permalink
feat(apps page): add pipeline links
Browse files Browse the repository at this point in the history
lets link the app names to the pipeline histories fabric8-ui#454
  • Loading branch information
jstrachan committed May 2, 2017
1 parent 8c72fbd commit 10b6f4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app/kubernetes/ui/app/list/list.app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<div class="col-md-2">
<div class="text-center">
<div class="app-name">
{{app.name}}
<a [routerLink]="[parentLink, 'pipelines', app.name, 'history']">
{{app.name}}
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/kubernetes/ui/app/list/list.app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-weight: bolder;
}

.header a {
.header a, .app-name a {
color: #363636;
}

Expand Down

0 comments on commit 10b6f4d

Please sign in to comment.