Views intro page: update (#31674)

- Update steps to refelct current software
- Add list introducing the different view types
- Addresses feedback from #31589
This commit is contained in:
c0ffeeca7 2024-02-29 11:15:11 +01:00 committed by GitHub
parent c012c8154a
commit 595ce29469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -3,11 +3,16 @@ title: "Views"
description: "A view is a tab inside a dashboard." description: "A view is a tab inside a dashboard."
--- ---
A View is a tab inside a dashboard. A view is a tab inside a dashboard. Views control the layout.
To display cards on the UI you have to define them in views.
You can add a view to your user interface, by clicking the menu (three dots at the top right of the screen) and then **Edit Dashboard**. There are four different view types:
Click the `+` button in the top menu bar.
- **Masonry (default)**: Arranges cards in columns based on their card size.
- **Panel**: *Displays one card in full width. For example a map or an image.
- **Sidebar**: Arranges cards in 2 columns, a wide one and a smaller one on the right.
- **Sections (experimental)**: Arranges cards in a grid system and lets you group them in sections.
To add a view to your user interface, in the top right corner, select the pencil icon. Then, select the `+` button in the top menu bar.
<p class="img"> <p class="img">
<img src="/images/dashboards/views.png" alt="Views toolbar"> <img src="/images/dashboards/views.png" alt="Views toolbar">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 17 KiB