Making network credential ssh-key optional

This commit is contained in:
Jared Tabor 2016-04-22 14:32:30 -07:00
parent 9a0363d913
commit 3d1efea862

View File

@ -165,7 +165,6 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.password_required = true;
scope.passwordLabel = 'Password';
scope.sshKeyDataLabel = 'SSH Key';
scope.key_required = true;
break;
}
}