PHP8
[Pman.BAdmin] / Pman.Tab.BAdminLogs.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Roo.namespace('Pman.Tab');
6
7 Pman.Tab.BAdminLogs = new Roo.XComponent({
8
9  _strings : {
10   'b2d37ae1cedf42ff874289b721860af2' :"Logs"
11  },
12
13   part     :  ["BAdmin", "Logs" ],
14   order    : '999-Pman.Tab.BAdminLogs',
15   region   : 'center',
16   parent   : 'Pman.Tab',
17   name     : "Pman.Tab.BAdminLogs",
18   disabled : false, 
19   permname : '', 
20   _tree : function(_data)
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    xtype : 'Nest',
26    background : true,
27    region : 'center',
28    title : _this._strings['b2d37ae1cedf42ff874289b721860af2'] /* Logs */,
29    xns : Roo.bootstrap.panel,
30    '|xns' : 'Roo.bootstrap.panel',
31    layout : {
32     xtype : 'Border',
33     xns : Roo.bootstrap.layout,
34     '|xns' : 'Roo.bootstrap.layout',
35     center : {
36      xtype : 'Region',
37      tabPosition : 'top',
38      xns : Roo.bootstrap.layout,
39      '|xns' : 'Roo.bootstrap.layout'
40     }
41    }
42   };  }
43 });