Additional Navigation Items¶
SeaTable provides an easy way to add custom navigation items below the Help and Resources section on the left side of the page. For example, you can add a link to a status page (like from Gatus or Uptime Kuma).
Here's how it might look:
Configuration¶
To add new items, simply append the following code to your dtable_web_settings.py
. You can choose from nearly 400 available icons for the icon
field. Use the search function below to find the perfect one.
CUSTOM_NAV_ITEMS = [
{
'icon': 'dtable-icon-app-statistics',
'desc': 'Status Page',
'link': 'https://stats.uptimerobot.com/R5GVEtrQK8'
}
]
Search for Icons in SeaTable¶
Browse through nearly 400 available icons in SeaTable by typing a keyword and pressing Enter. This will display all matching results. For a comprehensive view, type dtable-icon
to see the entire collection of available icons.