Conversation
…riables Add the new confirmation step for deleting a panel and deleting a template variable, plus a note in the sharing doc about the shared-dashboard warning. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
kimsauce
reviewed
Aug 16, 2026
Comment on lines
+40
to
+42
| :::note | ||
| If a user with Edit or Manage access deletes a panel from a shared dashboard, a confirmation dialog warns them that the change may impact other users who use the dashboard. | ||
| ::: |
Collaborator
There was a problem hiding this comment.
This note is about deleting a panel, but it's inserted between the access-rights paragraph and the "Dashboard sharing options" heading, so it interrupts a section that's about something else. It also duplicates the note already added in panels/index.md. Suggest moving this or replacing it with a short cross-link to the panels doc instead.
kimsauce
reviewed
Aug 16, 2026
| 1. Hover the cursor over the end of the template variable field to display the options icon.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/options-menu-for-variable.png')} style={{border:'1px solid gray'}} alt="Options menu for variable" width="800"/> | ||
| 1. Click the options icon and select **Delete** from the dropdown menu. The variable along with the resulting data transformations are automatically removed from the dashboard.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/delete-variable.png')} style={{border:'1px solid gray'}} alt="Delete variable" width="800"/> | ||
| 1. Click the options icon and select **Delete** from the dropdown menu.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/delete-variable.png')} style={{border:'1px solid gray'}} alt="Delete variable" width="800"/> | ||
| 1. In the confirmation dialog, click **Delete Filter** to remove the variable, or **Cancel** to keep it. When you confirm, the variable and the resulting data transformations are automatically removed from the dashboard. |
Collaborator
There was a problem hiding this comment.
Double check this button label. The rest of the doc calls this a "template variable," but this step says "Delete Filter." If that's the actual UI label, consider a brief clarifying note so readers don't think these are two different things.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request documents the new confirmation dialog that appears before deleting a dashboard panel or template variable, including the shared-dashboard warning variant.
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1806