mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 22:22:39 -04:00
Fix persisting alert groups per page setting to localStorage (#16388)
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
41744d6331
commit
6bfaaa0fee
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ startAppListening({
|
|||
case "enableSyntaxHighlighting":
|
||||
case "enableLinter":
|
||||
case "showAnnotations":
|
||||
case "alertGroupsPerPage":
|
||||
case "ruleGroupsPerPage":
|
||||
return persistToLocalStorage(`settings.${key}`, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue