- 查看服务健康、操作审计与平台公告。负载指标为开发环境示意,生产可对接主机监控。
-
- 更新于 {refreshedAt.toLocaleTimeString('zh-CN')}
+
+ 监控平台运行状态、查看操作日志、管理平台公告
+ {item.sub}
- 示意数据 · 点击右上角刷新会轻微波动
+
+ 虚线为 2% 告警阈值 · 当前峰值约 {Math.max(...errorRates).toFixed(1)}%
平台管理审计记录 {log.detail || '—'} {log.ip} 面向租户的系统通知系统运维
+ 服务状态
-
-
- 全部正常
-
- 资源占用
- 操作日志
-
- {logs.map(log => {
+
+
+
)}
+
+
+
+ {filteredLogs.map(log => {
const meta = actionMeta[log.action] || {
text: log.action, bg: '#f1f5f9', color: '#64748b',
}
return (
- 时间
+ 操作
+ 详情
+ IP
+
+
)
})}
-
- )}
-
+ {formatTime(log.created_at)}
+
+
{meta.text}
-
- {formatTime(log.created_at)}
-
-
-
+
+ {log.detail || '—'}
+
+
+ {log.ip || '—'}
+
+ 平台公告
-