For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/sdk/app-basic-ui-link.md.
  • 🇬🇧 English
  • Link

    Warning

    Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.

    Allows you to add a link to another dashboard.

    Select Basic UI -> Link.

    Exemple Panel

    Simplified configuration

    This configuration allows you to configure the link in a simple and intuitive way.

    Exemple Panel

    Exemple Panel

    Advanced configuration

    Below is the JSON configuration for an Image as created above :

    {
      "type": "link",
      "style": {
        "color": "blue"
      },
      "text": "My link",
      "url": "/table",
      "icon": "fa fa-table"
    }

    Result

    Exemple Panel