]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
add panel/JournalView
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 15 May 2019 09:15:12 +0000 (11:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 May 2019 09:44:21 +0000 (11:44 +0200)
commita1498508da67be947ea097bea6225e55d3dfb353
tree6b2ffee9d2487d94cb6c5eab8781261baa24b853
parent8e2d096c7fd4a3ee96af3811679a5397a87904e3
add panel/JournalView

similar to LogView, but expects the result from the /node/journal api call,
which is an array of strings, with start/endcursor instead of
an array of objects with line numbers

the new api call also does not accept start line numbers and limit,
so it is necessary to handle it differently

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