mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Added header directive and updated breadcrumb in each view (#8)
This commit is contained in:
parent
20bfca97e0
commit
791e069a4c
16 changed files with 108 additions and 17 deletions
|
@ -1,3 +1,11 @@
|
|||
<rd-header>
|
||||
<rd-header-title title="Image details"></rd-header-title>
|
||||
<rd-header-content>
|
||||
Images > <a ui-sref="image({id: id})">{{ id }}</a>
|
||||
</rd-header-content>
|
||||
</rd-header>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue