How do I reconfigure WSO2 API Manager Publisher to show more APIs per page -


When I install a new WSO2 API Manager, it comes with several demo APIs. When I browse again in the API Manager Publisher, it shows only 10 API per page, is there any way to increase this number? Carbon me No reference can be found in Xml or api-manager.xml.

Thanks, Marco

This is not configurable. You can set items per page by modifying the Publisher App, follow the steps given below.

  1. Find $ APIM_HOME / repository / deployment / server / gurgaon / publisher / site / block / listing / block.jag
  2. var item
  3. Change the default value 10 to the desired value.
  4. Then, $ APIM_HOME / repository / deployment / server / jaggeryapps / publisher / site / themes / default / template / listing / template.jag
  5. steps Repeat 2 and 3.

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -