]> git.proxmox.com Git - pmg-gui.git/commitdiff
add the dashboard component
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Apr 2017 11:48:51 +0000 (13:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Apr 2017 04:45:03 +0000 (06:45 +0200)
empty for now

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Dashboard.js [new file with mode: 0644]

diff --git a/js/Dashboard.js b/js/Dashboard.js
new file mode 100644 (file)
index 0000000..979669f
--- /dev/null
@@ -0,0 +1,8 @@
+Ext.define('PMG.Dashboard', {
+    extend: 'Ext.panel.Panel',
+    xtype: 'pmgDashboard',
+
+    title: 'my dashboard',
+
+
+});