Skip to content

Commit

Permalink
#123 default to the canvas view by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 22, 2013
1 parent a4ae1d8 commit 07fb5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/wiki/js/view.ts
Expand Up @@ -46,7 +46,7 @@ module Wiki {
var xmlNamespaces = child.xmlNamespaces;
if (xmlNamespaces && xmlNamespaces.length) {
if (xmlNamespaces.any((ns) => Wiki.camelNamespaces.any(ns))) {
prefix = start + "/camel/properties";
prefix = start + "/camel/canvas";
} else {
console.log("child " + path + " has namespaces " + xmlNamespaces);
}
Expand Down

0 comments on commit 07fb5b7

Please sign in to comment.