“Note: by default, it only displays up to 300 items. This limit can be overridden by adding a ‘maxViewItems’ key and value to your browser’s localStorage.”
To fix the issues above and assuming your still at the KUDU interface.
- Open developer tools (F12)
- Go to console, run window.localStorage[‘maxViewItems’] = 500
Be First to Comment