chore(tc-feedback): add feedback channels to special state partial
parent
33910694fb
commit
f6d432f2b6
|
|
@ -20,7 +20,7 @@
|
|||
<div class="state-content">
|
||||
<h4 id="telegraf-controller-public-beta">{{ $displayName }} is in Public Beta</h4>
|
||||
<p>
|
||||
{{ $displayName }} is in public beta.
|
||||
{{ $displayName }} is in public beta and will be part of the future Telegraf Enterprise offering.
|
||||
While in beta, {{ $displayName }} is <strong>not meant for production use</strong>.
|
||||
The {{ $displayName}} documentation is a work in progress, and we are actively
|
||||
working to improve it. If you have any questions or suggestions, please
|
||||
|
|
@ -62,7 +62,19 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="expand" id="feedback-channels">
|
||||
<div class="expand" id="beta-provide-feedback">
|
||||
<p class="expand-label">
|
||||
<span class="expand-toggle"></span><span>Provide beta feedback</span>
|
||||
</p>
|
||||
<div class="expand-content" style="display: none;" >
|
||||
<ul>
|
||||
<li>Use the <strong>Feedback</strong> feature in the Telegraf Controller UI.</li>
|
||||
<li><a href="https://influxdata.com/slack" target="_blank">Join the InfluxDB Community Slack</a> and post feedback in the <strong>#telegraf-enterprise-alpha</strong> channel.</li>
|
||||
<li>Post feedback in the <a href="https://community.influxdata.com" target="_blank">InfluxData Community</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="expand" id="public-channels">
|
||||
<p class="expand-label">
|
||||
<span class="expand-toggle"></span><span>Join our public channels</span>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue