Skip to content

Commit

Permalink
makes probe names links, send such anchor links (also in alert emails…
Browse files Browse the repository at this point in the history
…) to the specific probe
  • Loading branch information
hkjn committed Dec 18, 2014
1 parent 4e82ed2 commit 5abe74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tmpl/login.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{define "scripts"}}

<script src="https://apis.google.com/js/client:platform.js" async defer></script>

<script>
Expand Down
3 changes: 2 additions & 1 deletion tmpl/prober.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<a href="#" class="hide">Hide probe results</a>
<div id="probe_info">
{{range $i, $p := .}}
<h2>{{$p.Name}}</h2>
<h2><a href="#{{$p.Name}}">{{$p.Name}}</a></h2>
<a name="{{$p.Name}}" />
{{if $p.Disabled}}
<p class="bad">Disabled</p>
{{else}}
Expand Down

0 comments on commit 5abe74b

Please sign in to comment.