Hide ssh option when switching to url based connection option

This commit is contained in:
Dan Sosedoff
2016-01-18 09:50:56 -06:00
parent f036d41559
commit 218394fefc
2 changed files with 4 additions and 3 deletions

View File

@@ -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();