UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

16 lines (12 loc) 250 B
Ext.define('Admin.view.authentication.AuthBase', { extend: 'Ext.Panel', requires: [ 'Ext.layout.VBox' ], baseCls: 'auth-locked', layout: { type: 'vbox', align: 'center', pack: 'center' } });