Disabling support/comments panel
Important
This button/feature is no longer available as of 4.5.1.
Unravel's title bar has a support button allowing users to contact Unravel Data directly via a pop-up. See an example of the pop-up below.
You have the option to disable this function and hide the support button.
Hide/Disable support button
On Unravel Server, open
/usr/local/unravel/etc/unravel.properties
withvi
.# sudo vi /usr/local/unravel/etc/unravel.properties
Search for com.unraveldata.ngui.support.enabled. If not found, add the property. Set it to false.
com.unraveldata.ngui.support.enabled=false
Restart the Unravel UI.
sudo service unravel_ngui restart
Your title bar should be missing the support button like below.
Show/re-enable support button
To enable the support/comments panel, repeat the above steps 1-3, but in step 2 set com.unraveldata.ngui.support.enabled to true
or remove the property from unravel.properties
file.