Merge pull request #15810 from prometheus/ui-merge-alerts-page-settings

Merge two accidental "Alerts page settings" sections into one
This commit is contained in:
Julius Volz 2025-01-13 18:23:05 +01:00 committed by GitHub
commit 1e7e5b63cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,7 @@ const SettingsMenu: FC = () => {
<Stack>
<Fieldset p="md" legend="Alerts page settings">
<Stack>
<Checkbox
checked={showAnnotations}
label="Show expanded annotations"
@ -118,8 +119,6 @@ const SettingsMenu: FC = () => {
)
}
/>
</Fieldset>
<Fieldset p="md" legend="Alerts page settings">
<NumberInput
min={1}
allowDecimal={false}
@ -137,6 +136,7 @@ const SettingsMenu: FC = () => {
);
}}
/>
</Stack>
</Fieldset>
<Fieldset p="md" legend="Rules page settings">
<NumberInput