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:
parent
3a1a5786a8
commit
7ebcd678ea
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue