Skip to content

Commit

Permalink
Polished Camel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 19, 2013
1 parent 43bbc83 commit 996e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/camel/js/camelPlugin.ts
Expand Up @@ -65,7 +65,7 @@ module Camel {
stateColumn,
{field: 'CamelId', displayName: 'Context'},
{field: 'RouteId', displayName: 'Route'},
{field: 'EndpointUri', displayName: 'Endpoint URI'},
{field: 'EndpointUri', displayName: 'Endpoint URI', width: "**"},
{field: 'Suspended', displayName: 'Suspended', resizable: false},
{field: 'InflightExchanges', displayName: 'Inflight #'}
];
Expand Down

0 comments on commit 996e862

Please sign in to comment.