]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Add breadcrumb on Hosts page
authorRicardo Marques <rimarques@suse.com>
Fri, 2 Feb 2018 13:20:35 +0000 (13:20 +0000)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:05 +0000 (13:07 +0000)
Signed-off-by: Ricardo Marques <rimarques@suse.com>
src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html

index 2889a37ca5be844e5c21ef02ac1bd184e2beec3f..638edaa604f1ad149d0b81aa12a54c2bf4635fd3 100644 (file)
@@ -1,6 +1,5 @@
 <cd-navigation *ngIf="!isLoginActive()"></cd-navigation>
 <div class="container-fluid"
      [ngClass]="{'full-height':isLoginActive()}">
-  <div *ngIf="!isLoginActive()" class="breadcrumb"></div>
   <router-outlet></router-outlet>
 </div>
index a273491a80c1ecf1bb3513b82b73921b50aa1eaf..733b0798382f0e9eae157540ba077d222e08b47d 100644 (file)
@@ -1,3 +1,9 @@
+<nav aria-label="breadcrumb">
+  <ol class="breadcrumb">
+    <li class="breadcrumb-item">Cluster</li>
+    <li class="breadcrumb-item active">Hosts</li>
+  </ol>
+</nav>
 <table class="table table-bordered">
   <thead>
   <tr>