Hide sql query when switching to table structure view
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -186,6 +186,10 @@ function showTableStructure() {
|
|||||||
getTableStructure(name, function(data) {
|
getTableStructure(name, function(data) {
|
||||||
setCurrentTab("table_structure");
|
setCurrentTab("table_structure");
|
||||||
buildTable(data);
|
buildTable(data);
|
||||||
|
|
||||||
|
$("#input").hide();
|
||||||
|
$("#output").addClass("full");
|
||||||
|
$("#results").addClass("no-crop");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user