mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(navigation): add clickable url in breadcrumbs
This commit is contained in:
parent
c913d858ee
commit
eabf1f10e4
12 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
<i id="loadingViewSpinner" class="fa fa-cog fa-spin"></i>
|
||||
</rd-header-title>
|
||||
<rd-header-content>
|
||||
Services > <a ui-sref="service({id: task.ServiceID})">{{ serviceName }}</a> > {{ task.ID }}
|
||||
<a ui-sref="services">Services</a> > <a ui-sref="service({id: task.ServiceID})">{{ serviceName }}</a> > {{ task.ID }}
|
||||
</rd-header-content>
|
||||
</rd-header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue