mirror of https://gitee.com/bigwinds/arangodb
fixed issue: #1083
This commit is contained in:
parent
90819836e5
commit
d85586a1de
|
@ -64,7 +64,7 @@
|
|||
|
||||
<% if(isSystem) { %>
|
||||
|
||||
<option style="display:none" id="databaseNaviSelect" value="#databases">Databases</option>
|
||||
<option value="#databases">Databases</option>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
@ -77,7 +77,6 @@
|
|||
<% if(isSystem) { %>
|
||||
|
||||
<option value="#logs">Logs</option>
|
||||
<option value="#databases">Databases</option>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
|
|
@ -106,7 +106,6 @@
|
|||
$('.logs-menu').css('display', 'inline');
|
||||
// show dbs menues
|
||||
$('#databaseNavi').css('display','inline');
|
||||
$('#databaseNaviSelect').css('display','inline');
|
||||
}
|
||||
else {
|
||||
// hide "logs" button
|
||||
|
|
Loading…
Reference in New Issue