Hide Menu Items

To hide specific menu items, do the following:

  1. Open the /opt/findface-multi/configs/findface-multi-legacy/ui-config.yaml configuration file.

    sudo vi /opt/findface-multi/configs/findface-multi-legacy/ui-config.yaml
    
  2. In the menu section, list the menu items that you want to hide. Note that cases are not supported by FindFace Multi, and the item is already disabled by default.

    menu:
      disabled_items:
        - cases
        - video-wall
    

    You can hide the following items:

    Menu item

    Configure as follows

    Search

    search

    Interaction Tracking

    interactions

    Video Wall

    video-wall

    Counters

    counters

    Video Sources

    data-sources

    Episodes and Events

    events

    Clusters

    clusters

    Settings

    settings

    Record Index

    cards

    Verify

    verify

    Audit Log

    audit-logs

    Reports

    reports

    Alarm Feed

    alarms

    Line Crossing

    lines

    BI Analytics

    bi-app

    Alarm Monitor

    alarm-app

    Users

    users

    Sessions

    sessions

    Blocklist records

    blocklistRecords

    Camera groups

    camera-groups

    Watch lists

    watch-lists

    Licenses

    license

    External VMS

    external-vms

    Webhooks

    webhooks

    Documentation

    documentation

    API documentation

    api-docs

    menu items activated by custom plugins

    Contact our support team for details about your plugin.

  3. Restart all FindFace Multi containers.

    cd /opt/findface-multi/
    
    sudo docker-compose restart