Hide ssh option when switching to url based connection option
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user