Skip to content

Added docs about the new "Show empty values" toggle #2569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sidebar_position: 2
---

import ChartFilters from "/docs/customize-pages-dashboards-and-plugins/templates/_chart_filters.md"
import LogoImage from '/src/components/guides-section/LogoImage/LogoImage.jsx';

# Entity page

Expand All @@ -19,8 +20,16 @@ The overview tab is a dashboard, used to display [widgets](/customize-pages-dash

By default, each entity will have a `Details` widget, which displays the entity's properties and their values, and other metadata.

### Manage properties

In the top right corner of the details widget, you can find the <LogoImage logo="ManageProperties" verticalAlign="middle" /> button that opens the "manage properties" modal, which allows you to:

- Show/hide empty values - properties with empty values will be hidden if the toggle is off.
- Show/hide specific properties in the widget.

Additional widgets can be added by clicking on the `+ Widget` button in the top right corner of the dashboard.


## Related entities

By default, all related entities in the same direction will automatically appear in this table. This is true for both forward-related and backward-related entities. Indirectly-related entities will not appear.
Expand Down
2 changes: 1 addition & 1 deletion src/components/guides-section/Utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const darkTags = [ "AWS", "Datadog", "GitHub", "Kafka", "Launchdarkly", "Linear", "Backstage", "Sentry", "User", "Team", "Webhook" ]
const darkTags = [ "AWS", "Datadog", "GitHub", "Kafka", "Launchdarkly", "Linear", "Backstage", "Sentry", "User", "Team", "Webhook", "ManageProperties" ]

export const getImagePath = (image) => {
if (darkTags.includes(image)) {
Expand Down
3 changes: 3 additions & 0 deletions static/img/guides/icons/ManageProperties.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/guides/icons/dark/ManageProperties.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.