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

@ -13,6 +13,7 @@ JSSRC= \
Subscription.js \
DataStoreConfig.js \
ServerAdministration.js \
Dashboard.js \
NavigationTree.js \
Application.js \
MainView.js