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

@@ -448,6 +448,10 @@ $(document).ready(function() {
showTableInfo();
});
$("#refresh_tables").on("click", function() {
loadTables();
});
$("#edit_connection").on("click", function() {
if (connected) {
$("#close_connection_window").show();