Add button to refresh tables to sidebar header

This commit is contained in:
Dan Sosedoff
2015-01-03 20:20:18 -06:00
parent 9b0b71363f
commit 1123f24fb8
4 changed files with 575 additions and 545 deletions

View File

@@ -31,7 +31,10 @@
<div id="sidebar">
<div class="tables-list">
<div class="wrap">
<div class="title">Database Tables</div>
<div class="title">
Database Tables
<span class="refresh" id="refresh_tables"><i class="fa fa-refresh"></i></span>
</div>
<ul id="tables"></ul>
</div>
</div>