> var store = Ext.create('Ext.data.Store', { > - fields: [ 'iface', 'active', 'type' ], > - filterOnLoad: true > + fields: [ 'iface', 'active', 'type' ], > + filterOnLoad: true Please can you use the same coding style as the rest of the code? - Dietmar