We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0997f4 + 5818600 commit cab48b5Copy full SHA for cab48b5
_templates/_page_openshift.html.erb
@@ -293,6 +293,15 @@
293
<option value="1.29">1.29</option>
294
<option value="1.28">1.28</option>
295
</select>
296
+ <% elsif (distro_key == "openshift-logging") %>
297
+ <a href="https://docs.openshift.com/logging/<%= version %>/about/about-logging.html">
298
+ <%= distro %>
299
+ </a>
300
+ <select id="version-selector" onchange="versionSelector(this);">
301
+ <option value="6.2">6.2</option>
302
+ <option value="6.1">6.1</option>
303
+ <option value="6.0">6.0</option>
304
+ </select>
305
<% elsif (distro_key == "openshift-pipelines") %>
306
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/about-pipelines.html">
307
<%= distro %>
0 commit comments