Custom Dashboards

In addition to the default system dashboard, users can create custom dashboards that suit their needs.

Add New Dashboard

New dashboards can be added via left menu customization option of adding a new page.

Configure Dashboard Widgets

The custom dashboards can be configured via the action menu in the upper right corner.

This page uses the same interface as the tabs (see the documentation on adding tabs and widgets) on the schema edit form.

There is a minor difference between schema widgets and dashboard widgets. Both use the same configuration excluding the schema selection. Schema widgets use the "schema" property of relations source to target (e.g. "services.environments.resources") to determine the target schema. Meanwhile, dashboard widgets use the "identifier" property of schema identifiers (e.g. "schema-resource") allowing direct selection of which schema to be used.

Example Dashboard Widget

[
    {
        "displayType": "table",
        "identifier": "schema-resource"
    }
]

Configure Dashboard Layout

The custom dashboard layout can be configured via the action menu in the upper right corner.

Remove Custom Dashboard

Existing dashboards can be removed via left menu customization.

When a dashboard is removed, all its tab and widget configurations will also be removed.

Last updated

Copyright © 2023 configure8, Inc. All rights reserved.