mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Interactive radio instead of CHART_REPO placeholders
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<form id="release-channel">
|
||||
<p>
|
||||
<label>
|
||||
<input type="radio" name="channel" value="latest" checked onchange="replaceReleaseChannel()">
|
||||
Latest: Recommended for trying out the newest features
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
<input type="radio" name="channel" value="stable" onchange="replaceReleaseChannel()">
|
||||
Stable: Recommended for production environments
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
<input type="radio" name="channel" value="alpha" onchange="replaceReleaseChannel()">
|
||||
Alpha: Experimental preview of upcoming releases.
|
||||
<br/>
|
||||
<span class="text-sm">Note: Upgrades are not supported to, from, or between Alphas.</span>
|
||||
</label>
|
||||
</p>
|
||||
</form>
|
||||
Reference in New Issue
Block a user