Show current database in sidebar header

This commit is contained in:
Dan Sosedoff
2015-01-03 20:55:22 -06:00
parent f545746e7e
commit 8b3c5bd8e9
4 changed files with 522 additions and 509 deletions

View File

@@ -32,8 +32,8 @@
<div class="tables-list">
<div class="wrap">
<div class="title">
Database Tables
<span class="refresh" id="refresh_tables"><i class="fa fa-refresh"></i></span>
<i class="fa fa-database"></i> <span class="current-database" id="current_database"></span>
<span class="refresh" id="refresh_tables" title="Refresh tables list"><i class="fa fa-refresh"></i></span>
</div>
<ul id="tables"></ul>
</div>