]> git.ais-ucla.org Git - stats.ais-ucla.org.git/commitdiff
finalize leaderboard
authorChristopher Milan <chrismilan@ucla.edu>
Mon, 17 Mar 2025 05:26:08 +0000 (22:26 -0700)
committerChristopher Milan <chrismilan@ucla.edu>
Mon, 17 Mar 2025 05:29:31 +0000 (22:29 -0700)
index.css
index.html

index 4da40be5f372cd7c472740017b3d5b85909d1402..5dfb69e7a7f5b50cda3716cd35eacb4d2ec2c27c 100644 (file)
--- a/index.css
+++ b/index.css
@@ -6,3 +6,7 @@ footer {
   text-align: center;
 }
 
+ul {
+  padding-left: 1em;
+}
+
index 32664ad09acdf17e23c277275bc8be0f841f4813..28b577ae842a48169d31e2eab45c3600b60b95ed 100644 (file)
@@ -8,14 +8,30 @@
 <body>
   <main>
     <h1>AIS-UCLA Server Stats</h1>
-    <i>Updates every 10 minutes</i>
-    <ul>
-      <li><a href=/cpu.cgi>CPU Report</a></li>
-      <li><a href=/mem.cgi>Memory Report</a></li>
-      <li><a href=/gpu.cgi>GPU Report</a></li>
-      <li><a href=/blk.cgi>Block Device Report</a></li>
-      <li><a href=/dsk.cgi>Disk Storage Report</a></li>
-    </ul>
+    <table border="1" cellspacing="0" cellpadding="5">
+      <tbody>
+        <tr>
+          <th>Graphs<br /><i>Updates every 10 minutes</i></th>
+          <th>Leaderboards<br /><i>Updates every day</i></th>
+        </tr>
+        <tr>
+          <td>
+            <ul>
+              <li><a href=/cpu.cgi>CPU Report</a></li>
+              <li><a href=/mem.cgi>Memory Report</a></li>
+              <li><a href=/gpu.cgi>GPU Report</a></li>
+              <li><a href=/blk.cgi>Block Device Report</a></li>
+              <li><a href=/dsk.cgi>Disk Storage Report</a></li>
+            </ul>
+          </td>
+          <td>
+            <ul>
+              <li><a href="/leader.cgi">GPU Leaderboard</a></li>
+            </ul>
+          </td>
+        </tr>
+      </tbody>
+    </table>
   </main>
   <footer>
     <hr />