Skip to content

Commit

Permalink
properties view should show a read only view of the details; later on…
Browse files Browse the repository at this point in the history
… we can add a way to edit properties and save them back...
  • Loading branch information
jstrachan committed Apr 17, 2013
1 parent 573301c commit 144a2ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hawtio-web/src/main/webapp/app/camel/js/properties.ts
Expand Up @@ -26,9 +26,7 @@ module Camel {
console.log("data is: " + JSON.stringify($scope.nodeData, null, " "));
console.log("model schema is: " + JSON.stringify($scope.model, null, " "));

// TODO as a little hack for now lets use the edit form
//$scope.viewTemplate = "app/camel/html/nodePropertiesView.html";
$scope.viewTemplate = "app/camel/html/nodePropertiesEdit.html";
$scope.viewTemplate = "app/camel/html/nodePropertiesView.html";
}
}
}
Expand Down

0 comments on commit 144a2ba

Please sign in to comment.