mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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:
commit
1e7e5b63cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue