Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Fix pagination issue

Pre-release
Pre-release

Choose a tag to compare

@michenriksen michenriksen released this 16 May 10:30
· 5 commits to master since this release

Fixed

  • The pagination logic in the new HTML report would skip the page or cluster at index 0 as the v-for function on an integer value in Vue.js starts from 1 and not 0