Skip to content

Commit 8a590b9

Browse files
committed
Link to logs from dash
1 parent 86dc187 commit 8a590b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/allonet2/PlaceServer/PlaceServerStatus.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)