]> git.proxmox.com Git - pve-manager.git/commit
add runningchart widget
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 22 Nov 2016 11:32:12 +0000 (12:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Nov 2016 15:37:24 +0000 (16:37 +0100)
commit4226b8fba32d6a7531dc4b2076f849d72ec00f49
tree1c622e521795719e5ce2c244164b729e44620a14
parent046e640c543f8c10864f4dfaf40a68707f8b6e3b
add runningchart widget

this adds a new component 'runningchart', which is a simple linegraph

you define a timeFrame (default 5*60 seconds), and you regularly add
datapoints to it, and the graph shows the last timeFrame seconds of it

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