Home

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.

TitleBar-Arw2Sup.png
Hide/Disable support button
  1. On Unravel Server, open /usr/local/unravel/etc/unravel.properties with vi.

    # sudo vi /usr/local/unravel/etc/unravel.properties
  2. Search for com.unraveldata.ngui.support.enabled. If not found, add the property. Set it to false.

    com.unraveldata.ngui.support.enabled=false
  3. Restart the Unravel UI.

    sudo service unravel_ngui restart
  4. Your title bar should be missing the support button like below.

    TitleBar-NoSupportWArrw.png
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.

Pop-up support box
SupportPopup.png