Verified and refreshed all code files in English

هذا الالتزام موجود في:
2026-07-26 19:31:11 -04:00
الأصل f0b01243f0
التزام b35a729fc1
4 ملفات معدلة مع 34 إضافات و8 حذوفات

عرض الملف

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ghaymah Mini SIEM Dashboard</title>
@@ -8,23 +8,23 @@
.card { background: #1e293b; padding: 20px; border-radius: 8px; margin-bottom: 20px; }
h1 { color: #38bdf8; }
table { width: 100%; border-collapse: collapse; margin-top: 10px; }
th, td { padding: 12px; border: 1px solid #334155; text-align: right; }
th, td { padding: 12px; border: 1px solid #334155; text-align: left; }
th { background-color: #334155; }
.CRITICAL { color: #ef4444; font-weight: bold; }
.HIGH { color: #f97316; font-weight: bold; }
</style>
</head>
<body>
<h1>🛡️ منصة غيمة — لوحة تنبيهات SIEM</h1>
<h1>🛡️ Ghaymah Cloud — Mini SIEM Alert Dashboard</h1>
<div class="card">
<h3>التنبيهات الأمنية المكتشفة</h3>
<h3>Detected Security Alerts</h3>
<table>
<thead>
<tr>
<th>مستوى الخطورة</th>
<th>نوع الهجوم</th>
<th>عنوان IP</th>
<th>التفاصيل</th>
<th>Severity</th>
<th>Attack Type</th>
<th>IP Address</th>
<th>Details</th>
</tr>
</thead>
<tbody>