mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
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) {
|
||||
setCurrentTab("table_structure");
|
||||
buildTable(data);
|
||||
|
||||
$("#input").hide();
|
||||
$("#output").addClass("full");
|
||||
$("#results").addClass("no-crop");
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user