mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-04 20:06:12 +02: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
@ -63,6 +63,7 @@ startAppListening({
|
||||
case "enableSyntaxHighlighting":
|
||||
case "enableLinter":
|
||||
case "showAnnotations":
|
||||
case "alertGroupsPerPage":
|
||||
case "ruleGroupsPerPage":
|
||||
return persistToLocalStorage(`settings.${key}`, value);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user