Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#123 fixed regression when viewing camel diagrams
  • Loading branch information
jstrachan committed Jun 19, 2013
1 parent 864c1a6 commit c70c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/camel/js/endpointChooser.ts
Expand Up @@ -153,7 +153,7 @@ module Camel {
answer.label = endpointName;
}
if (!answer.icon) {
answer.icon = category.endpointIcon || endpointIcon;
answer.icon = Core.pathGet(category, ["endpointIcon"]) || endpointIcon;
}
if (!answer.category) {
answer.category = category;
Expand Down

0 comments on commit c70c535

Please sign in to comment.