diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2019-01-24 09:25:00 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2019-01-24 09:25:00 +0100 |
commit | e8e67f091a7588a68f858a1e7284fbd876377cf0 (patch) | |
tree | fe480d9ae4761922e1f8b65940b73dc15fc77cdd /cmd | |
parent | a9634bbcaa2377e07a47b9ff1f05dfda39336a9d (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')
-rw-r--r-- | cmd/monfront/main.go | 2 |
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"> |