LandingPage: Update alert with new customizations

This adds newly available customizations to the new alert on Landing Page.
This commit is contained in:
regexowl 2025-04-28 13:56:01 +02:00 committed by Klara Simickova
parent eb09752e7b
commit f2d11ac3d3

View file

@ -83,6 +83,10 @@ export const NewAlert = ({ setShowAlert }: NewAlertPropTypes) => {
<TextList>
<TextListItem>Timezone</TextListItem>
<TextListItem>Locale</TextListItem>
<TextListItem>Hostname</TextListItem>
<TextListItem>Kernel</TextListItem>
<TextListItem>Firewall</TextListItem>
<TextListItem>Systemd services</TextListItem>
</TextList>
</TextContent>
</Alert>