1
0
Fork 0

fixed display of database name in web interface

This commit is contained in:
Jan Steemann 2013-10-07 23:50:57 +02:00
parent 5275451839
commit 1f4992a1d4
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1,9 +1,6 @@
<div class="footer-left"> <div class="footer-left">
<p>&nbsp;<a id="currentUser" style="color:#FFFFFF"></a></p> <!--p>&nbsp;<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>

View File

@ -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();
} }
}); });
} }