Skip to content

Commit

Permalink
#289: use width 30/70 in jmx attributes table.
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 25, 2013
1 parent 0615911 commit e3c5817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/main/webapp/app/jmx/js/attributes.ts
@@ -1,8 +1,8 @@
module Jmx {

export var propertiesColumnDefs = [
{field: 'name', displayName: 'Property' /*, width: "20%"*/},
{field: 'value', displayName: 'Value' /*, width: "70%"*/}
{field: 'name', displayName: 'Property', width: "30%"},
{field: 'value', displayName: 'Value', width: "70%"}
];

export var foldersColumnDefs = [{
Expand Down

0 comments on commit e3c5817

Please sign in to comment.