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":
|
case "scheme":
|
||||||
$(".connection-scheme-group").show();
|
$(".connection-scheme-group").show();
|
||||||
$(".connection-standard-group").hide();
|
$(".connection-standard-group").hide();
|
||||||
|
$(".connection-ssh-group").hide();
|
||||||
return;
|
return;
|
||||||
case "standard":
|
case "standard":
|
||||||
$(".connection-scheme-group").hide();
|
$(".connection-scheme-group").hide();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user