Ext.define('uas.view.main.ContentPanel', { extend: 'Ext.panel.Panel', xtype: 'contentPanel', id: 'content-panel', scrollable: true, layout: 'fit' });