.. _disable-menu: Hide Menu Items =========================================== To hide specific menu items, do the following: #. Open the ``/etc/findface-security/config.py`` configuration file. .. code:: sudo vi /etc/findface-security/config.py #. Into the ``FFSECURITY_UI_CONFIG`` section, insert the ``menu`` section, as shown in the example below. List the menu items that you want to hide. .. code:: FFSECURITY_UI_CONFIG = { "menu": { "disabled_items": ["video-wall", "know_your_customer"] }, You can hide the following items: +----------------------------------+------------------------------+ | Menu item | Configure as follows | +==================================+==============================+ | :guilabel:`Search` | ``"search"`` | +----------------------------------+------------------------------+ | :guilabel:`Events` | ``"events"`` | +----------------------------------+------------------------------+ | :guilabel:`Episodes` | ``"episodes"`` | +----------------------------------+------------------------------+ | :guilabel:`Clusters` | ``"clusters"`` | +----------------------------------+------------------------------+ | :guilabel:`Interaction Analysis` | ``"contacts"`` | +----------------------------------+------------------------------+ | :guilabel:`Counters` | ``"counters"`` | +----------------------------------+------------------------------+ | :guilabel:`Cameras` | ``"cameras"`` | +----------------------------------+------------------------------+ | :guilabel:`Video Wall` | ``"video-wall"`` | +----------------------------------+------------------------------+ | :guilabel:`Reports` | ``"reports"`` | +----------------------------------+------------------------------+ | :guilabel:`Audit Logs` | ``"audit_logs"`` | +----------------------------------+------------------------------+ | :guilabel:`Cards` | ``"cards"`` | +----------------------------------+------------------------------+ | :guilabel:`Videos` | ``"videos"`` | +----------------------------------+------------------------------+ | :guilabel:`Analytics` | ``"know_your_customer"`` | +----------------------------------+------------------------------+ | :guilabel:`Preferences` | ``"preferences"`` | +----------------------------------+------------------------------+ | :guilabel:`General Preferences` | ``"settings"`` | +----------------------------------+------------------------------+ | :guilabel:`Appearance` | ``"appearance"`` | +----------------------------------+------------------------------+ | :guilabel:`Roles` | ``"roles"`` | +----------------------------------+------------------------------+ | :guilabel:`Users` | ``"users"`` | +----------------------------------+------------------------------+ | :guilabel:`Camera Groups` | ``"camera-groups"`` | +----------------------------------+------------------------------+ | :guilabel:`Watch Lists` | ``"watch-lists"`` | +----------------------------------+------------------------------+ | :guilabel:`License` | ``"license"`` | +----------------------------------+------------------------------+ | :guilabel:`Tools` | ``"tools"`` | +----------------------------------+------------------------------+ | :guilabel:`Verify` | ``"verify"`` | +----------------------------------+------------------------------+ | :guilabel:`Developer` | ``"developer"`` | +----------------------------------+------------------------------+ | :guilabel:`Documentation` | ``"documentation"`` | +----------------------------------+------------------------------+ | :guilabel:`API documentation` | ``"api_doc"`` | +----------------------------------+------------------------------+ | :guilabel:`Webhooks` | ``"webhooks"`` | +----------------------------------+------------------------------+ | menu items activated by custom | Contact our support team for | | plugins | details about your plugin. | +----------------------------------+------------------------------+ #. Restart the ``findface-security`` service. .. code:: sudo systemctl restart findface-security.service