Hide sql query when switching to table structure view
This commit is contained in:
parent
0764b9263d
commit
cc983f9ad6
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");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user