aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2019-01-24 09:25:00 +0100
committerGibheer <gibheer+git@zero-knowledge.org>2019-01-24 09:25:00 +0100
commite8e67f091a7588a68f858a1e7284fbd876377cf0 (patch)
treefe480d9ae4761922e1f8b65940b73dc15fc77cdd /cmd/monfront
parenta9634bbcaa2377e07a47b9ff1f05dfda39336a9d (diff)
monfront - link to node checks from check detail0.1
This way it is possible to jump between a node and its checks.
Diffstat (limited to 'cmd/monfront')
-rw-r--r--cmd/monfront/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/monfront/main.go b/cmd/monfront/main.go
index 15d2661..3445942 100644
--- a/cmd/monfront/main.go
+++ b/cmd/monfront/main.go
@@ -742,7 +742,7 @@ var (
<div><span class="label">mapping</span><span class="value">{{ .MappingId }}</span></div>
</article>
<article class="detail">
- <h1>node {{ .NodeName }}</h1>
+ <h1>node <a href="/checks?node_id={{ .NodeId }}">{{ .NodeName }}</a></h1>
<div><span class="label">Message</span><span class="value">{{ .NodeMessage }}</span></div>
</article>
<article class="detail">