01-01-2022 09:53 AM
01-16-2022 05:57 PM
Hey Martin,
I have not been able to find any where in the application to set the default value for this to a specific value, but with some modification of the oneView-min.js file I have been able to get it to set.
If you change the this.filterToolbar.minDataRequiredField.setValue to 10 and restart the server I was able to get the value to default to 10:
This change likely won't survive an upgrade, and is unsupported as it's a modification to the system files so if it causes issues GTAC will ask you to revert.
Make a copy of the oneView-min.js prior to edit in case we need to restore.
cp /usr/local/Extreme_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/OneView/app/oneView-min.js /tmp
Then edit the file, find the variable and change the value from (100) to (10) and issue "service nsserver restart" to restart the services. If any issues occur after reboot just move the original back and restart again.
If you want something a little more permanent we'd have to get a case created and issue a feature request.
Thanks
-Ryan
01-17-2022 09:53 AM
01-16-2022 06:15 PM
01-16-2022 06:22 PM
Hey Martin,
Let me know if that doesn't work for you. I seem to only need to change the one value but on good authority there may be additional values needed between both oneView.js files.
Restart of server required, and clear of cache on browsers required too.
Thanks
-Ryan