Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the id column in camel profile tab wider so we better can see th…
…e id
  • Loading branch information
davsclaus committed Nov 20, 2013
1 parent 01b848e commit a2a59c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/camel/js/profile.ts
Expand Up @@ -13,7 +13,7 @@ module Camel {
displayName: 'Id',
cellTemplate: '<div class="ngCellText" ng-bind-html-unsafe="rowIcon(row.entity.id)"></div>',
cellFilter: null,
width: "*",
width: "**",
resizable: true
},
{
Expand Down

0 comments on commit a2a59c0

Please sign in to comment.