LandingPage: Update alert with new customizations
This adds newly available customizations to the new alert on Landing Page.
This commit is contained in:
parent
eb09752e7b
commit
f2d11ac3d3
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue