diff index.html @ 3:e7f33fa31883

port to starlette/asyncio
author drewp@bigasterisk.com
date Sun, 24 Apr 2022 14:46:32 -0700
parents 3c1bc3bc5a6c
children f961fe3d0e27
line wrap: on
line diff
--- a/index.html	Fri Apr 01 00:44:01 2022 -0700
+++ b/index.html	Sun Apr 24 14:46:32 2022 -0700
@@ -11,13 +11,13 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
   </head>
   <body class="rdfBrowsePage">
-      <streamed-graph url="graph/events" expanded="true"></streamed-graph>
+      <streamed-graph url="graph/environment/events" expanded="true"></streamed-graph>
 
 
       <div class="served-resources">
-        <a href="stats/">/stats/</a>
-        <a href="graph">/graph</a>
-        <a href="graph/events">/graph/events</a>
+        <a href="metrics">/metrics</a>
+        <a href="graph/environment">/graph</a>
+        <a href="graph/environment/events">/graph/events</a>
         <a href="doc">/doc</a>
     </div>