ui: add simple dashboard

just a starting point, code ported initially over from PMG, some
minor things are handled differently though, we have not multiple
nodes (for now) so it's very 'localhost' centric.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-12-18 17:29:05 +01:00
parent 2337df7b3d
commit 84b9eced26
3 changed files with 275 additions and 0 deletions

View File

@ -6,6 +6,12 @@ Ext.define('PBS.store.NavigationStore', {
root: {
expanded: true,
children: [
{
text: gettext('Dashboard'),
iconCls: 'fa fa-tachometer',
path: 'pbsDashboard',
leaf: true
},
{
text: gettext('Configuration'),
iconCls: 'fa fa-gears',