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
Hi, we are a group at mdl/nws/noaa is USA. The users of our registry app prefer the "Browse" mode of the registry to be a default view. That is, each time a user visits the registry homepage, he wants to see the "Browse" view instead of clicking the "Browse" menu at the top of the app's gui. Can someone tell us how to set this up? Thanks!
The text was updated successfully, but these errors were encountered:
Hi. Probably the easiest way would be to modify the main.vm template, replacing line 8 with something like (untested):
#set( $isLandingPage = false )
It's also possible to replace the main/_page_category.vm template with a custom landing page of your own design or to set up a redirect in the nginx proxy configuration to bounce requests to route URL to any page you prefer (e.g. if you want to browse starting from _def)
Hi, we are a group at mdl/nws/noaa is USA. The users of our registry app prefer the "Browse" mode of the registry to be a default view. That is, each time a user visits the registry homepage, he wants to see the "Browse" view instead of clicking the "Browse" menu at the top of the app's gui. Can someone tell us how to set this up? Thanks!
The text was updated successfully, but these errors were encountered: