mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-28 18:36:31 +00:00
Update notification service
This commit is contained in:
@@ -235,7 +235,7 @@ const generateLatencyReport = (report: ReportData) => {
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=1024">
|
||||||
<title>Network Latency Report - ${report.targetLabel}</title>
|
<title>Network Latency Report - ${report.targetLabel}</title>
|
||||||
<style>
|
<style>
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
|||||||
@@ -944,7 +944,7 @@ export function Security() {
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=1024">
|
||||||
<title>Security Audit Report - ${report.hostname || "ProxMenux"}</title>
|
<title>Security Audit Report - ${report.hostname || "ProxMenux"}</title>
|
||||||
<style>
|
<style>
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
|||||||
Reference in New Issue
Block a user