Show list of databases and allow switching by clicking on current database name

This commit is contained in:
Dan Sosedoff
2016-11-05 22:49:17 -05:00
parent 7d08017c7f
commit a3c341b5b4
4 changed files with 40 additions and 5 deletions

View File

@@ -241,5 +241,11 @@
<li><a href="#" data-action="delete">Delete table</a></li>
</ul>
</div>
<div id="databases_context_menu">
<ul class="dropdown-menu" role="menu">
<li><a href="#">Database A</a></li>
<li><a href="#">Database B</a></li>
</ul>
</div>
</body>
</html>