Skip to content

Commit

Permalink
Merge pull request #16774 from yanyixing/fix-sidenav
Browse files Browse the repository at this point in the history
mgr/dashboard: fix rbd's pool sub menu

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Aug 29, 2017
2 parents d44bdd4 + 4e1d539 commit 51bd7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@
<li rv-each-pool="rbd_pools">
<a rv-href="pool.url"><i class="fa fa-circle-o"></i> {pool.name}</a>
</li>
<li class="ceph-none-found" rv-hide="rbd_pools | length">None found</li>
</ul>
</li>
<li class="ceph-none-found" rv-hide="rbd_pools | length">None found</li>
</ul>
</li>
<li class="treeview{%if path_info.startswith(('/filesystem/', '/clients/'))%} active{%endif%}">
Expand Down

0 comments on commit 51bd7a5

Please sign in to comment.