Clarify how to access the new subviews (#24430)

This commit is contained in:
Igor Santos 2022-10-14 07:49:37 -03:00 committed by GitHub
parent 0d4a153016
commit a3d5118717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@ frontend:
View can be marked as "Subview". Subviews wont show up in the navigation bar. When on the subview, the navigation bar only show the name of the subview and a back button.
By default, clicking on back button will navigate to the previous view but a custom back path (`back_path`) can be set.
You can access subviews from other parts of your dashboard by using [cards that support the `navigate` action](/dashboards/actions).
#### Example