Skip to content

Commit

Permalink
#80: Sort jmx attribute table by default for first column so the data…
Browse files Browse the repository at this point in the history
… is easier to read.
  • Loading branch information
davsclaus committed Apr 18, 2013
1 parent c584935 commit 9155f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hawtio-web/src/main/webapp/app/jmx/js/attributes.ts
Expand Up @@ -51,7 +51,8 @@ module Jmx {
filterText: "searchText"
},
data: 'gridData',
columnDefs: 'columnDefs'
columnDefs: 'columnDefs',
sortInfo: { field: 'name', direction: 'asc'}
};


Expand Down

0 comments on commit 9155f61

Please sign in to comment.