How to set and reset the inital VISULOX Cockpit refresh state
OverviewThe VISULOX Cockpit has an automatic refresh, if information changes in the environment. On large systems this can lead to an unusable Cockpit. This article describes how to set this refresh state for the default @ADMIN role. |
Configuration
List the current refresh state
CODE
visulox config list -name guidefaults.global_mdroleheader.refresh
Set the refresh state to true on Cockpit startup
CODE
visulox config edit -name guidefaults.global_mdroleheader.refresh=1
Set the refresh state to false on Cockpit startup
CODE
visulox config edit -name guidefaults.global_mdroleheader.refresh=0