From c74d143c5da839a5dc75fe1c64428677ba0b528e Mon Sep 17 00:00:00 2001 From: admin <605696661@qq.com> Date: Thu, 2 Jul 2026 10:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20dashboard.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard.php | 365 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 dashboard.php diff --git a/dashboard.php b/dashboard.php new file mode 100644 index 0000000..58badbe --- /dev/null +++ b/dashboard.php @@ -0,0 +1,365 @@ + $expire)) { + session_destroy(); + header("Location: login.php"); + exit; +} +// 刷新登录时间 +$_SESSION['login_time'] = time(); +$userName = $_SESSION['username']; +$userRole = $_SESSION['role']; +?> + + +
+ + +| 告警状态 | +告警名称 | +实例地址 | +告警级别 | +故障发生时间 | +
|---|---|---|---|---|
|
+
+
+
+ 当前无未恢复告警,系统运行正常
+ |
+ ||||
| 告警状态 | +告警名称 | +实例地址 | +告警级别 | +故障发生时间 | +
|---|---|---|---|---|
|
+
+
+
+ 暂无今日告警数据
+ |
+ ||||