]> git.proxmox.com Git - proxmox-backup.git/commit
ui: implment task history limit and make it configurable
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Oct 2020 10:25:25 +0000 (12:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 10:58:52 +0000 (12:58 +0200)
commitad9d1625a6fc816eb027c8848a3e48559492f09d
tree904fbb93c9288d34672ec364b6b7ac3e8cedc846
parent1a558edd0b29b561afa4ce96e2f0e029bc924ca1
ui: implment task history limit and make it configurable

we showed 'last month' even if we did not limit the api call
implement that and make the number of days configurable
(we have most of the code already available for that, since
the base dashboard got copied from pmg and never cleaned up)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/Dashboard.js
www/dashboard/LongestTasks.js
www/dashboard/TaskSummary.js