Cards resize and visibility: add limitation (#33439)

This commit is contained in:
c0ffeeca7 2024-06-27 09:21:29 +02:00 committed by Franck Nijhof
parent 44a8c6b4df
commit 6d941bd06d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -89,8 +89,8 @@ This method is useful if you are on the **Device** page and want to create a car
You can choose to show or hide certain cards based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as the ones for the conditional card. You can choose to show or hide certain cards based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as the ones for the conditional card.
1. On the **Visibility** tab, select **Add condition**. 1. On the **Visibility** tab, select **Add condition**.
- Don't see a **Visibility** tab? It is not available on nested cards: - Don't see a **Visibility** tab?
- vertical stack, horizontal stack, and grid card - It is not available inside nested cards: vertical stack, horizontal stack, and grid card
2. Select the type of condition, and enter the parameters. 2. Select the type of condition, and enter the parameters.
- If you define multiple conditions, the section is only shown when all conditions are met. - 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. - If you did not define any conditions, the section is always shown, to all users.
@ -101,7 +101,9 @@ You can choose to show or hide certain cards based on different conditions. The
In [sections view](/dashboards/sections/), you can resize cards. Follow these steps: In [sections view](/dashboards/sections/), you can resize cards. Follow these steps:
1. On the **Layout** tab, move the sliders to adjust the card size. 1. On the **Layout** tab, move the sliders to adjust the card size.
- Don't see a **Layout** tab? The picture elements card does not support that yet. - Don't see a **Layout** tab?
- It is not available inside nested cards: vertical stack, horizontal stack, and grid card
- It is not available on the picture elements card.
![Screenshot of the Layout tab in the card dialog](/images/dashboards/card_resize.png) ![Screenshot of the Layout tab in the card dialog](/images/dashboards/card_resize.png)
2. Select **Save**. 2. Select **Save**.