Skip to content

Commit

Permalink
fixes upon built js app
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Oct 31, 2011
1 parent db3efb0 commit a4ca1f5
Show file tree
Hide file tree
Showing 6 changed files with 21,192 additions and 922 deletions.
2 changes: 1 addition & 1 deletion priv/client/websinema/app-all.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions priv/client/websinema/app/view/Agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Ext.define('Websinema.view.Agents', {
alias: 'widget.agentsView',

requires: [
'Ext.layout.container.Accordion',
'Ext.tree.Panel'
],

Expand Down
11 changes: 6 additions & 5 deletions priv/client/websinema/app/view/Charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ Ext.define('Websinema.view.Charts', {
alias: 'widget.chartsView',

requires: [
'Ext.button.Cycle',
'Ext.panel.Panel',
'Websinema.SmartTime',
'Ext.chart.Chart',
'Ext.chart.series.Line'
'Ext.chart.series.Line',
'Ext.chart.axis.Numeric',
'Ext.chart.theme.Base',
'Ext.toolbar.TextItem'
],

autoScroll: true,
Expand All @@ -40,10 +44,7 @@ Ext.define('Websinema.view.Charts', {
{text: '15 sec', value: 15000},
{text: 'Suspend', value: 0}
]
}},
'->'
// {xtype: 'button', text: 'One column', enableToggle: true, toggleGroup: 'columnsLayout', pressed: true},
// {xtype: 'button', text: 'Two columns', enableToggle: true, toggleGroup: 'columnsLayout'}
}}
],

items: [
Expand Down
5 changes: 4 additions & 1 deletion priv/client/websinema/app/view/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Ext.define('Websinema.view.Layout', {

extend: 'Ext.panel.Panel',
alias: 'widget.appLayout',
requires: ['Websinema.view.Agents'],
requires: [
'Ext.layout.container.Border',
'Websinema.view.Agents'
],

layout: 'fit',

Expand Down
Loading

0 comments on commit a4ca1f5

Please sign in to comment.