mirror of https://gitee.com/bigwinds/arangodb
fixed divider bug in dbSelectionView templaet
This commit is contained in:
parent
e71a29b38b
commit
1f41d215fd
|
@ -18,11 +18,13 @@ if (list.length > 1) {
|
|||
<%
|
||||
});
|
||||
%>
|
||||
<li class="divider"></li>
|
||||
<%
|
||||
}
|
||||
%>
|
||||
<% if (current === "_system") { %>
|
||||
<% if (current === "_system") { console.log(list.length);%>
|
||||
<% if (list.length >= 2) { %>
|
||||
<li class="divider"></li>
|
||||
<% } %>
|
||||
<li class="dropdown-header">Manager</li>
|
||||
<li id="databaseNavi" class="dropdown-item">
|
||||
<a id="databases" class="tab" href="#databases">Manage DBs</a>
|
||||
|
|
Loading…
Reference in New Issue