Tweak name + add description (#49387)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ func (hs *HTTPServer) getProfileNode(c *models.ReqContext) *dtos.NavLink {
|
|||||||
|
|
||||||
if hs.Features.IsEnabled(featuremgmt.FlagPersistNotifications) {
|
if hs.Features.IsEnabled(featuremgmt.FlagPersistNotifications) {
|
||||||
children = append(children, &dtos.NavLink{
|
children = append(children, &dtos.NavLink{
|
||||||
Text: "Notifications", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
|
Text: "Notification history", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ export function StoredNotifications() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.wrapper}>
|
<div className={styles.wrapper}>
|
||||||
|
This page displays all past errors and warnings. Once dismissed, they cannot be retrieved.
|
||||||
<Button variant="destructive" onClick={clearAllNotifs} className={styles.clearAll}>
|
<Button variant="destructive" onClick={clearAllNotifs} className={styles.clearAll}>
|
||||||
Clear all notifications
|
Clear all notifications
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user