Added HTML link for each job name

Useful for quick navigation on the target page when there are many jobs
and targets

Corrected HTML link for each job name

Regenerated bindata
This commit is contained in:
Andrew Hemming 2016-07-28 15:19:42 +01:00
parent 3a1a5786a8
commit 7ebcd678ea
2 changed files with 72 additions and 72 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<table class="table table-condensed table-bordered table-striped table-hover">
{{range $job, $pool := .Pools}}
<thead>
<tr><th colspan="5" class="job_header">{{$job}}</th></tr>
<tr><th colspan="5" class="job_header"><a name="{{$job}}">{{$job}}</a></th></tr>
<tr>
<th>Endpoint</th>
<th>State</th>