Browse Source

require Border layout

zhuth 7 years ago
parent
commit
53a95b9c89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/home/Home.js

+ 1 - 0
frontend/saas-web/app/view/home/Home.js

@@ -4,6 +4,7 @@ Ext.define('saas.view.home.Home', {
     id: 'home',
 
     requires: [
+        'Ext.layout.container.Border',
         'Ext.ux.layout.ResponsiveColumn'
     ],