Skip to content

Commit

Permalink
#565: Camel error handlers displayed nicer in table.
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 18, 2013
1 parent b182c33 commit 012c93a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hawtio-web/src/main/webapp/app/camel/js/camelPlugin.ts
Expand Up @@ -137,6 +137,14 @@ module Camel {
{field: 'TaskCount', displayName: 'Task #'},
{field: 'CompletedTaskCount', displayName: 'Completed Task #'}
];
attributes[jmxDomain + "/errorhandlers/folder"] = [
{field: 'CamelId', displayName: 'Context'},
{field: 'DeadLetterChannel', displayName: 'Dead Letter'},
{field: 'DeadLetterChannelEndpointUri', displayName: 'Endpoint URI', width: "**", resizable: true},
{field: 'MaximumRedeliveries', displayName: 'Max Redeliveries'},
{field: 'RedeliveryDelay', displayName: 'Redelivery Delay'},
{field: 'MaximumRedeliveryDelay', displayName: 'Max Redeliveries Delay'}
];

workspace.topLevelTabs.push({
content: "Camel",
Expand Down

0 comments on commit 012c93a

Please sign in to comment.