Skip to content

Commit

Permalink
mgr/dashboard: fix rbd's pool sub menu position
Browse files Browse the repository at this point in the history
Signed-off-by: Yixing Yan <yanyx@umcloud.com>
(cherry picked from commit 4e1d539)
  • Loading branch information
yanyixing authored and tchaikov committed Aug 29, 2017
1 parent 09e661d commit 9cd6899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/base.html
Expand Up @@ -389,9 +389,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 9cd6899

Please sign in to comment.