Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
existdissolve committed Jul 14, 2013
1 parent 8851704 commit 906993f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 4 additions & 1 deletion PartEleven/cartracker/app/controller/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Ext.define('CarTracker.controller.Dashboard', {
'report.Months'
],
views: [
'executive.Dashboard'
'executive.Dashboard',
'report.make.Chart',
'report.month.Chart',
'car.List'
],
init: function() {
this.listen({
Expand Down
6 changes: 0 additions & 6 deletions PartEleven/cartracker/app/view/executive/Dashboard.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Ext.define('CarTracker.view.executive.Dashboard', {
extend: 'Ext.panel.Panel',
alias: 'widget.executive.dashboard',
requires: [
'Ext.layout.container.Column'
],
layout: 'border',
initComponent: function() {
var me = this;
Expand All @@ -26,7 +23,6 @@ Ext.define('CarTracker.view.executive.Dashboard', {
items: [
{
xtype: 'report.month.chart',
legend: false,
store: {
type: 'report.month'
}
Expand Down Expand Up @@ -62,7 +58,6 @@ Ext.define('CarTracker.view.executive.Dashboard', {
{
xtype: 'car.list',
dockedItems: false,
autoScroll: true,
anchor: '100% 50%',
title: 'Audits Awaiting Approval',
iconCls: 'icon_workflow',
Expand Down Expand Up @@ -105,7 +100,6 @@ Ext.define('CarTracker.view.executive.Dashboard', {
{
xtype: 'report.make.chart',
title: 'Sales by Make',
legend: false,
store: {
type: 'report.make'
}
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ Reports and Charts

Part Ten
--------
Workflow and History
Workflow and History

Part Eleven
-----------
Executive Dashboard

0 comments on commit 906993f

Please sign in to comment.