From a3d51187170a553a66f54a4b951dc12acdfc7a08 Mon Sep 17 00:00:00 2001 From: Igor Santos <532299+igorsantos07@users.noreply.github.com> Date: Fri, 14 Oct 2022 07:49:37 -0300 Subject: [PATCH] Clarify how to access the new subviews (#24430) --- source/dashboards/views.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dashboards/views.markdown b/source/dashboards/views.markdown index 9a6294216a6..f1196603327 100644 --- a/source/dashboards/views.markdown +++ b/source/dashboards/views.markdown @@ -129,6 +129,7 @@ frontend: View can be marked as "Subview". Subviews won’t 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