27 lines
590 B
HTML
27 lines
590 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>RK3588 Media Server - Graphs</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body>
|
|
<h1>Graphs</h1>
|
|
<div class="hint">Auto refresh every 2s.</div>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Status</th>
|
|
<th>Total FPS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="graphs-body"></tbody>
|
|
</table>
|
|
|
|
<script src="/app.js"></script>
|
|
</body>
|
|
</html>
|