1
0
Fork 0

fixed divider bug in dbSelectionView templaet

This commit is contained in:
Heiko Kernbach 2014-08-01 14:26:15 +02:00
parent e71a29b38b
commit 1f41d215fd
1 changed files with 4 additions and 2 deletions

View File

@ -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>