Victor K

Results 2 issues of Victor K

Monitorix is unable to display the "Core activity" graph in the "Interrupt activity" section. URL: `/monitorix.cgi?mode=localhost&graph=_int3&when=1day&color=black` Related log messages: ``` Use of uninitialized value in multiplication (*) at /usr/lib/monitorix/int.pm line...

If you try to set non-zero initial page after component initialization, for example: ``` final InstaDotView instaDotView = findViewById(R.id.instadot); instaDotView.setNoOfPages(20); instaDotView.onPageChange(6); ``` component wont set specified one. Instead it will...

bug
enhancement
good first issue