Skip to content

Commit 00ede21

Browse files
Dashboards 9.1 changes (#2043)
- Ability to move and resize panels using keyboard - Ability to mark dashboards as favorite also from a dashboard itself Closes: #1660 Closes: #1674 --------- Co-authored-by: Marta Bondyra <[email protected]>
1 parent 98b5ebb commit 00ede21

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

explore-analyze/dashboards/add-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can add one interactive time slider control to a dashboard.
8383

8484
## Add {{esql}} controls [add-esql-control]
8585
```{applies_to}
86-
stack: preview
86+
stack: preview 9.0
8787
serverless: preview
8888
```
8989

explore-analyze/dashboards/arrange-panels.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,29 @@ In the toolbar, click **Edit**, then use the following options:
4848
If you [share](sharing.md) a dashboard while viewing a full screen panel, the generated link will directly open the same panel in full screen mode.
4949
::::
5050

51+
### Move and resize panels using a keyboard
52+
```{applies_to}
53+
stack: ga 9.1
54+
serverless: ga
55+
```
56+
57+
To move a panel:
58+
59+
1. Using `Tab`, browse to the {icon}`move` panel action and press `Enter` or `Space` to lock the action.
60+
2. Use `Arrow` keys to move the panel to the new location.
61+
3. Press `Enter` or `Space` again to release the panel.
62+
4. Save the dashboard.
63+
64+
To resize a panel:
65+
66+
1. Using `Tab`, browse to the {icon}`scale` panel action and press `Enter` or `Space` to lock the action.
67+
2. Use `Arrow` keys to resize the panel to the new dimensions.
68+
3. Press `Enter` or `Space` again to release the panel.
69+
4. Save the dashboard.
5170

71+
:::{tip}
72+
While moving or resizing a panel, you can cancel the action at any time by pressing `Escape`.
73+
:::
5274

5375
## Copy and duplicate panels [duplicate-panels]
5476

explore-analyze/dashboards/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, your most recently viewed dashboards are displayed first. You can in
4747

4848
## Keep track of your favorite dashboards [_keep_track_of_your_favorite_dashboards]
4949

50-
You can mark any dashboards as favorite, using the ✩ **star icon**.
50+
You can mark any dashboards as favorite, using the ✩ **star icon** from the **Dashboards** page or from the dashboard itself.
5151

5252
All dashboards marked as favorite are gathered in the **Starred** tab so you can find them quickly.
5353

0 commit comments

Comments
 (0)