1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

feat(navigation): add clickable url in breadcrumbs

This commit is contained in:
Glowbal 2016-11-02 06:14:52 +01:00 committed by Anthony Lapenna
parent c913d858ee
commit eabf1f10e4
12 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@
<i id="loadingViewSpinner" class="fa fa-cog fa-spin"></i>
</rd-header-title>
<rd-header-content>
Services > <a ui-sref="service({id: service.Id})">{{ service.Name }}</a>
<a ui-sref="services">Services</a> > <a ui-sref="service({id: service.Id})">{{ service.Name }}</a>
</rd-header-content>
</rd-header>