Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frontend/src/content/docs/dashboard/explore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ The dashboard includes a notification center accessible via the bell icon in the

Selecting the bell icon opens the **Notifications** dialog, which lists all notifications. Notifications are generated when:

- A resource command starts, succeeds, or fails. Both success and failure messages appear as notifications.
- A resource command starts, succeeds, fails, or is canceled. The notification center retains entries for all completed command states — success (information), failure (error), and canceled (warning).
- System events occur that require user attention.

Each notification shows its title, message body, and a relative timestamp. Success and error notifications that include a command result provide a **View response** action button to open the result in the text visualizer.
Expand Down
Loading