PGBI/kong-dashboard

APIs display is incomplete

klzsysy opened this issue · 1 comments

Issue summary

if api number > 200 , dashboard api page display is incomplete
Even if you scroll down, it still has no effect

Your environment

  • Kong version = v0.13.1
  • Kong Dashboard version = v3.3.0
  • Node version = 0.13.1
  • Npm version = #.#.#

low version same

Current behavior

only show 200 api

Expected behavior

show all api

Good to have

Any screenshots? Browsers' logs?

image

image

due to #3602 the total field may be removed in later version. Thus already break the function in kong-dashboard list page in 0.14.0.

In your case, showing items by total seems unreliable in 0.13.x(total != data.length maybe the default size for list api is 200?)

Iin summary, maybe later we have to take a refactor on every list page, only relying data.length and next, to implement infinite scrolling without page number.