.header_tabs

Configuring app header tab icons

app_settings.js .header_tabs

As of 3.10.0, app header tabs icons can be configured by modifying the header_tabs section in the app settings. The header_tabs section consists of key:value pairs, where the key is the name of the tab to configure. These values can also be changed from the Admin console, on the Images page under the “Header tabs icons” tab.

{
  "messages": {
    "icon": "fa-user"
  },
  "tasks": {
    "resource_icon": "medic-health-center"
  },
  "analytics": {
    "icon": "fa-flag",
    "resource_icon": "icon-treatment"
  }
}

Available tabs

tab namedefault FontAwesome icon
messagesfa-envelope
tasksfa-flag
reportsfa-list-alt
contactsfa-user
analyticsfa-bar-chart-o

app_settings.js .header_tabs.<tab_name>

propertytyperequireddescription
iconstringnoFontAwesome icon name
resource_iconstringnoResource icon name.