]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
panel: add StatusView from PVE
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 19 Apr 2021 11:00:44 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Apr 2021 11:25:22 +0000 (13:25 +0200)
commitb87d47334790faa7988a12ed81fcf1dec739679f
tree23aa2d581e371dcfd83606134ac1ce6f450176e2
parentd365540e1402cb1f2902f3fff02e661d14c3f86a
panel: add StatusView from PVE

with 2 minor fixups:
* one lint error
* binding of the 'updateValues' function in the event
  (we want to avoid breaking this when used in a context where
  a controller exists, in that case using a string will only look in
  the controller and not in the component itself anymore, so use
  the function directly)

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