Skip to content

Commit

Permalink
Removed duplicate Failed # column in Camel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Nov 24, 2013
1 parent 2035510 commit f8c8315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hawtio-web/src/main/webapp/app/camel/js/camelPlugin.ts
Expand Up @@ -69,7 +69,6 @@ module Camel {
{field: 'ExchangesCompleted', displayName: 'Completed #'},
{field: 'ExchangesFailed', displayName: 'Failed #'},
{field: 'LastExchangeCompletedTimestamp', displayName: 'Last exchange completed timestamp', visible: false},
{field: 'ExchangesFailed', displayName: 'Failed #'},
{field: 'LastExchangeFailedTimestamp', displayName: 'Last exchange failed timestamp', visible: false},
{field: 'InflightExchanges', displayName: 'Inflight #'},
{field: 'MeanProcessingTime', displayName: 'Mean Time'},
Expand Down

0 comments on commit f8c8315

Please sign in to comment.