mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Hide ssh option when switching to url based connection option
This commit is contained in:
parent
f036d41559
commit
218394fefc
File diff suppressed because one or more lines are too long
@ -902,6 +902,7 @@ $(document).ready(function() {
|
||||
case "scheme":
|
||||
$(".connection-scheme-group").show();
|
||||
$(".connection-standard-group").hide();
|
||||
$(".connection-ssh-group").hide();
|
||||
return;
|
||||
case "standard":
|
||||
$(".connection-scheme-group").hide();
|
||||
|
Loading…
Reference in New Issue
Block a user