File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Sources/allonet2/PlaceServer Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class PlaceServerStatus: WSMessageHandler
146146 </script>
147147 </head>
148148 <body>
149- <h1>Status for \( server. name) </h1>
149+ <h1>Status for \( server. name) | <a href= " dashboard/logs " >Logs</a> </h1>
150150
151151 <h2>Scenegraph at revision \( server. place. current. revision) </h2>
152152 <pre class= " mermaid " >
@@ -533,6 +533,9 @@ class PlaceServerStatus: WSMessageHandler
533533 <body>
534534 <div class= " wrap " >
535535 <header>
536+ <div class= " row " >
537+ <h1>Logs for \( server. name) | <a href= " /dashboard " >Dashboard</a></h1>
538+ </div>
536539 <div class= " row " >
537540 <div class= " status " ><span id= " statusDot " class= " dot gray " ></span><span id= " statusText " >Disconnected</span></div>
538541 </div>
You can’t perform that action at this time.
0 commit comments