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 {
|
.footer-left {
|
||||||
background: none repeat scroll 0 0 #333232;
|
background: none repeat scroll 0 0 #333232;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
width: 33.3%;
|
width: 45%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-mid {
|
.footer-mid {
|
||||||
background: none repeat scroll 0 0 #333232;
|
background: none repeat scroll 0 0 #333232;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
width: 33.3%;
|
width: 45%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-right {
|
.footer-right {
|
||||||
background: none repeat scroll 0 0 #333232;
|
background: none repeat scroll 0 0 #333232;
|
||||||
color: #333232;
|
color: #333232;
|
||||||
|
width: 45%;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
|
||||||
<div class="footer-left">
|
<div class="footer-left">
|
||||||
<p> <a id="currentUser" style="color:#FFFFFF"></a></p>
|
<!--p> <a id="currentUser" style="color:#FFFFFF"></a></p-->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="copy footer-mid">
|
|
||||||
<p>Copyright (c) triAGENS GmbH | <a href="#about">About</a></p>
|
<p>Copyright (c) triAGENS GmbH | <a href="#about">About</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@ var footerView = Backbone.View.extend({
|
||||||
$('.logs-menu').css('visibility', 'hidden');
|
$('.logs-menu').css('visibility', 'hidden');
|
||||||
$('.logs-menu').css('display', 'none');
|
$('.logs-menu').css('display', 'none');
|
||||||
}
|
}
|
||||||
|
self.renderVersion();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue