Skip to content

Commit

Permalink
fix connect button on the container detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 10, 2013
1 parent cab200b commit 6adb316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hawtio-web/src/main/webapp/app/fabric/js/container.ts
Expand Up @@ -185,6 +185,7 @@ module Fabric {
if ($scope.responseJson !== responseJson) {
$scope.responseJson = responseJson;
$scope.row = response.value;
$scope.container = $scope.row;
if ($scope.row) {
if (angular.isDefined($scope.row.provisionException) && angular.isString($scope.row.provisionException)) {
$scope.row.provisionExceptionArray = $scope.row.provisionException.lines();
Expand Down

0 comments on commit 6adb316

Please sign in to comment.