mirror of https://gitee.com/bigwinds/arangodb
fixed display of database name in web interface
This commit is contained in:
parent
5275451839
commit
1f4992a1d4
|
@ -80,20 +80,21 @@
|
|||
.footer-left {
|
||||
background: none repeat scroll 0 0 #333232;
|
||||
color: #FFFFFF;
|
||||
width: 33.3%;
|
||||
width: 45%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer-mid {
|
||||
background: none repeat scroll 0 0 #333232;
|
||||
color: #FFFFFF;
|
||||
width: 33.3%;
|
||||
width: 45%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer-right {
|
||||
background: none repeat scroll 0 0 #333232;
|
||||
color: #333232;
|
||||
width: 45%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
|
||||
<div class="footer-left">
|
||||
<p> <a id="currentUser" style="color:#FFFFFF"></a></p>
|
||||
</div>
|
||||
|
||||
<div class="copy footer-mid">
|
||||
<!--p> <a id="currentUser" style="color:#FFFFFF"></a></p-->
|
||||
<p>Copyright (c) triAGENS GmbH | <a href="#about">About</a></p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -68,6 +68,7 @@ var footerView = Backbone.View.extend({
|
|||
$('.logs-menu').css('visibility', 'hidden');
|
||||
$('.logs-menu').css('display', 'none');
|
||||
}
|
||||
self.renderVersion();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue