Browse Source

Bug Fixed on collapsing Groups in Enabled Services

pull/223/head
Ramiro Saenz 9 years ago
parent
commit
aa1c48c39c
  1. 1
      app/view/main/Main.js

1
app/view/main/Main.js

@ -121,6 +121,7 @@ Ext.define('Rambox.view.main.Main', {
,features: [
{
ftype:'grouping'
,collapsible: false
,groupHeaderTpl: '{columnName:uppercase}: {name:capitalize} ({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})'
}
]

Loading…
Cancel
Save