[pve-devel] [PATCH widget-toolkit v2 1/1] add panel/JournalView
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed May 15 13:38:10 CEST 2019
On 5/15/19 11:15 AM, Dominik Csapak wrote:
> 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 at proxmox.com>
> ---
> Makefile | 1 +
> panel/JournalView.js | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 336 insertions(+)
> create mode 100644 panel/JournalView.js
>
applied, with follow up fixing the enormous whitespace between the datepickers
and it labels..
More information about the pve-devel
mailing list