diff --git a/source/dashboards/views.markdown b/source/dashboards/views.markdown index d716baed550..22d10a1badd 100644 --- a/source/dashboards/views.markdown +++ b/source/dashboards/views.markdown @@ -3,7 +3,14 @@ title: "Views" description: "A view is a tab inside a dashboard." --- -A view is a tab inside a dashboard. Views control the layout. +A view is a tab inside a dashboard. For example, the screenshot below shows a separate view for lights on the Overview dashboard. + +
+
+ A lights view tab on the Overview dashboard
+
@@ -266,4 +273,6 @@ Subview configuration:
- [Masonry view](/dashboards/masonry/)
- [Panel view](/dashboards/panel/)
- [Sidebar view](/dashboards/sidebar/)
-- [Sections view](/dashboards/sections/)
\ No newline at end of file
+- [Sections view](/dashboards/sections/)
+- [About dashboards](/dashboards/)
+- [Adding cards to a view](/dashboards/cards/#adding-cards-to-your-dashboard)
\ No newline at end of file
diff --git a/source/images/dashboards/dashboard_view-tab.png b/source/images/dashboards/dashboard_view-tab.png
new file mode 100644
index 00000000000..0db73de8017
Binary files /dev/null and b/source/images/dashboards/dashboard_view-tab.png differ