You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increased defaultPerPage pagination value to 500 (#63)
Frontend is not using pagination yet so the only entries displayed are
the ones within the defaultPerPage value. This was causing some issues
regarding instances not being listed, but it could affect some other
entities that rely on the same default value (apps, groups, etc).
Fixes#60