updated telegraf plugins to address PR feedback, now auto-generate plugin links
parent
918f14281f
commit
0a98668828
File diff suppressed because it is too large
Load Diff
|
|
@ -13,6 +13,8 @@
|
|||
</p>
|
||||
<p>{{ .description | markdownify | safeHTML }}</p>
|
||||
</div>
|
||||
<a class="btn github-link" href="{{ .link }}" target="_blank"><span class="icon-github"></span> <span class="hide">View</span></a>
|
||||
<a class="btn github-link" href="{{ if .link }}{{ .link }}{{ else }}https://github.com/influxdata/telegraf/blob/release-{{ $telegrafVersion }}/plugins/{{ $type }}s/{{ .id }}/README.md{{ end }}" target="_blank">
|
||||
<span class="icon-github"></span> <span class="hide">View</span>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue