]> git.proxmox.com Git - proxmox-backup.git/commit
ui: add Task Panels for dashboard
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 12 Jun 2020 11:34:05 +0000 (13:34 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Jun 2020 12:50:22 +0000 (14:50 +0200)
commit6f3146c08c13ca5de133fc24971a9c7af4551d31
tree8ed719ffcb30fee2232789eacf323694d465945e
parent4b128792894306f055fdf89cc0177d6b5bd7439a
ui: add Task Panels for dashboard

LongestTasks:
grid that shows tasks sorted by duration in descending order

RunningTasks:
grid that shows all running tasks

TaskSummary:
an overview of backup,prune,gc and sync tasks (error/warning/ok)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
www/Makefile
www/dashboard/LongestTasks.js [new file with mode: 0644]
www/dashboard/RunningTasks.js [new file with mode: 0644]
www/dashboard/TaskSummary.js [new file with mode: 0644]