diff --git a/frontend-modern/src/components/Alerts/ResourceTable.tsx b/frontend-modern/src/components/Alerts/ResourceTable.tsx index 8c691c0..f937862 100644 --- a/frontend-modern/src/components/Alerts/ResourceTable.tsx +++ b/frontend-modern/src/components/Alerts/ResourceTable.tsx @@ -869,7 +869,7 @@ export function ResourceTable(props: ResourceTableProps) { return (
|
{formatNum(total)}
{formatDec(total / 24)}/hr
|
Total processed | |||||||||||||||||||||||||||||
|
{formatNum(inbound)}
@@ -149,7 +149,7 @@ const MailGateway: Component = () => {
|
Inbound | |||||||||||||||||||||||||||||
|
{formatNum(outbound)}
@@ -158,7 +158,7 @@ const MailGateway: Component = () => {
|
Outbound | |||||||||||||||||||||||||||||
|
{formatNum(spam)}
@@ -167,7 +167,7 @@ const MailGateway: Component = () => {
|
Spam caught | |||||||||||||||||||||||||||||
|
{formatNum(virus)}
@@ -189,7 +189,7 @@ const MailGateway: Component = () => {
|