diff --git a/source/_dashboards/masonry.markdown b/source/_dashboards/masonry.markdown index 76615e5cd52..1c6e41ee2f3 100644 --- a/source/_dashboards/masonry.markdown +++ b/source/_dashboards/masonry.markdown @@ -6,7 +6,13 @@ description: "The default panel layout uses a masonry algorithme." --- The masonry view is the default view type. -It sorts cards in columns based on their `card size`. If you want to group some cards you have to use `stack` or `grid` cards. + +

+Screenshot of the masonry view +Screenshot of the masonry view. +

+ +It sorts cards in columns based on their `card size`. If you want to group some cards you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards. {% configuration %} type: @@ -14,3 +20,8 @@ type: description: "`masonry`" type: string {% endconfiguration %} + +## Related topics + +- [Panel view](/dashboards/panel/) +- [Sidebar view](/dashboards/sidebar/) \ No newline at end of file diff --git a/source/_dashboards/panel.markdown b/source/_dashboards/panel.markdown index 8cc91c122f0..c4a2869e2a9 100644 --- a/source/_dashboards/panel.markdown +++ b/source/_dashboards/panel.markdown @@ -5,11 +5,16 @@ sidebar_label: Panel description: "The panel view shows a single card in the full width of the screen." --- -The view must have exactly one card. This card is rendered full-width. +The panel view must have exactly one card. This card is rendered full-width. + +

+Screenshot of the panel view +Screenshot of the panel view. +

This view doesn't have support for badges. -This view is good when using cards like `map`, `stack` or `picture-elements`. +This view is good when using cards like [map](/dashboards/map/), [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), [picture elements](/dashboards/picture-elements/), or [picture glance](/dashboards/picture-glance/). {% configuration %} type: @@ -17,3 +22,8 @@ type: description: "`panel`" type: string {% endconfiguration %} + +## Related topics + +- [Masonry view](/dashboards/masonry/) +- [Sidebar view](/dashboards/sidebar/) \ No newline at end of file diff --git a/source/_dashboards/sidebar.markdown b/source/_dashboards/sidebar.markdown index bfa851b9392..3c55ccccd4a 100644 --- a/source/_dashboards/sidebar.markdown +++ b/source/_dashboards/sidebar.markdown @@ -7,14 +7,21 @@ description: "The sidebar view has 2 columns, a wide one and a smaller one on th The sidebar view has 2 columns, a wide one and a smaller one on the right. +

+Screenshot of the sidebar view +Screenshot of the sidebar view used for the energy dashboard. +

+ This view doesn't have support for badges. -To change a view to edit mode, or to change the location of a card, enable edit mode: -Click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. +You can set if a card should be placed in the main (left) column of the sidebar column (right), by selecting the arrow right or left arrow in the bar underneath the card. -You can set if a card should be placed in the main (left) column of the sidebar column (right), by pressing the arrow right or left arrow in the bar underneath the card. +

+Screenshot showing how to move a card between sidebar and main view +Screenshot showing how to move a card between sidebar and main view. +

-On mobile all cards are rendered in 1 column and kept in the order of the cards in the config. +On mobile, all cards are rendered in 1 column and kept in the order of the cards in the config. ## View config: @@ -47,3 +54,8 @@ cards: view_layout: position: sidebar ``` + +## Related topics + +- [Panel view](/dashboards/panel/) +- [Masonry view](/dashboards/masonry/) \ No newline at end of file diff --git a/source/images/dashboards/panel_view.png b/source/images/dashboards/panel_view.png new file mode 100644 index 00000000000..25656ee744b Binary files /dev/null and b/source/images/dashboards/panel_view.png differ diff --git a/source/images/dashboards/sidebar_view.png b/source/images/dashboards/sidebar_view.png new file mode 100644 index 00000000000..bb3e8a48668 Binary files /dev/null and b/source/images/dashboards/sidebar_view.png differ diff --git a/source/images/dashboards/sidebar_view_move_card.png b/source/images/dashboards/sidebar_view_move_card.png new file mode 100644 index 00000000000..1905c727c26 Binary files /dev/null and b/source/images/dashboards/sidebar_view_move_card.png differ