mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-03 12:50:00 +00:00
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
Ext.define('PMG.Dashboard', {
|
|
extend: 'Ext.panel.Panel',
|
|
xtype: 'pmgDashboard',
|
|
|
|
title: 'my dashboard',
|
|
|
|
|
|
});
|