Skip to content

Commit

Permalink
Fix #672
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 23, 2013
1 parent 0e8846f commit 4dbc514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hawtio-web/src/main/webapp/app/fabric/js/container.ts
Expand Up @@ -93,6 +93,9 @@ module Fabric {


$scope.getSshURL = (sshUrl) => {
if (!sshUrl) {
return '';
}
var answer = sshUrl;
if ($scope.username !== null && $scope.password !== null) {
var parts = sshUrl.split(":");
Expand Down

0 comments on commit 4dbc514

Please sign in to comment.