]> git.proxmox.com Git - extjs.git/blame - 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
CommitLineData
6527f429
DM
1/**\r
2 * This class is the view model for the Main view of the application.\r
3 */\r
4Ext.define('ExecDashboard.view.main.MainModel', {\r
5 extend: 'Ext.app.ViewModel',\r
6\r
7 alias: 'viewmodel.main',\r
8\r
9 data: {\r
10 name: 'ExecDashboard'\r
11 }\r
12});\r