display antispam rule IDs

This commit is contained in:
JandereDev 2022-03-14 10:34:52 +01:00
parent c6674018c3
commit c288b5c872
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -602,6 +602,16 @@ const ServerDashboard: FunctionComponent = () => {
<Button style={{ float: 'left' }} onClick={save}>Save</Button>
<Button style={{ float: 'left', marginLeft: '8px' }} onClick={reset}>Reset</Button>
<Button style={{ float: 'left', marginLeft: '8px' }} onClick={remove}>Delete</Button>
<code
style={{
float: 'left',
color: 'var(--secondary-foreground)',
marginTop: '10px',
paddingLeft: '12px',
}}
>
{props.rule.id}
</code>
<div style={{ clear: 'both' }} />
</div>
</div>