]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind: fix rbd_pools sub sidenav content
authoryanyx <yanyx@umcloud.com>
Thu, 3 Aug 2017 06:13:07 +0000 (14:13 +0800)
committeryanyx <yanyx@umcloud.com>
Thu, 3 Aug 2017 07:18:22 +0000 (15:18 +0800)
Signed-off-by: Yixing Yan yanyx@umcloud.com
src/pybind/mgr/dashboard/base.html

index 1d4947c26de3f5b22ce982777603196f47ea9895..43159457e0b040b7ec42a3e1e193b2442bd8aa83 100644 (file)
                 <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%}">