]> git.proxmox.com Git - extjs.git/blob - extjs/templates/executive-dashboard/app/view/main/MainModel.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / executive-dashboard / app / view / main / MainModel.js
1 /**
2 * This class is the view model for the Main view of the application.
3 */
4 Ext.define('ExecDashboard.view.main.MainModel', {
5 extend: 'Ext.app.ViewModel',
6
7 alias: 'viewmodel.main',
8
9 data: {
10 name: 'ExecDashboard'
11 }
12 });