From 4ea25d8b24980785b81f11bac27687b22abbf77f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:11:56 +0200 Subject: [PATCH] sections view: add dense placement option (#35036) --- source/_dashboards/sections.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_dashboards/sections.markdown b/source/_dashboards/sections.markdown index d46f7b9ecd1..0cd8f945d62 100644 --- a/source/_dashboards/sections.markdown +++ b/source/_dashboards/sections.markdown @@ -37,8 +37,10 @@ It is not possible to migrate dashboards into sections view. 1. If you have multiple dashboards, in the left sidebar, select the dashboard to which you want to add the sections view. 2. Follow the steps on [adding a new view](/dashboards/views/#adding-a-view-to-a-dashboard). - Under **View type**, select **Sections (experimental)**. -3. Select the maximum number of columns you want to see in the new sections view. -4. When you are done, select **Save**. +3. Under **Max number of sections wide**, select the maximum number of columns you want to see in the new sections view. +4. Under **Dense section placement**, select if you want to allow the cards to be arranged automatically in order to fill gaps between cards. + - This will remove some gaps, but it also means you have less control over the order of the cards. +5. When you are done, select **Save**. - You are now presented with a new, empty view. - If you chose a background image, the page is filled with that image. @@ -62,8 +64,6 @@ Once you have created a sections view, you can populate it with sections and car - If you define multiple conditions, the section is only shown when all conditions are met. - If you did not define any conditions, the section is always shown, to all users. - ![Define visibility](/images/dashboards/section-visibility.png) - ## Deleting a section 1. To delete a section, go to the dashboard and in the top right corner, select the edit {% icon "mdi:edit" %} button.