ui: factor out NodeInfoPanel

so that Dashboard.js will be less cluttered when we add more information
there.

No functional change, but reworked the fingerprint button disabling to
use a property of the view instead of a viewmodel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-04-19 13:02:04 +02:00
committed by Thomas Lamprecht
parent 069a6e28a7
commit e584593cb5
3 changed files with 156 additions and 119 deletions

View File

@ -82,6 +82,7 @@ JSSRC= \
panel/AccessControl.js \
panel/StorageAndDisks.js \
panel/UsageChart.js \
panel/NodeInfo.js \
ZFSList.js \
DirectoryList.js \
LoginView.js \