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 Franck Nijhof
parent c35c829c71
commit b3ab4eec7f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
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."
---
A View is a tab inside a dashboard.
To display cards on the UI you have to define them in views.
A view is a tab inside a dashboard. Views control the layout.
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**.
Click the `+` button in the top menu bar.
There are four different view types:
- **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">
<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