Skip to content

Commit 0811c1a

Browse files
committed
updating banner logic
1 parent f29812c commit 0811c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</span>
5555
<% end %>
5656

57-
<% if (version == "4.13") && (distro_key != "openshift-webscale" || "openshift-dpu") %>
57+
<% if (version == "4.13") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>
5858
<span>
5959
<div class="alert alert-danger" role="alert" id="support-alert">
6060
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. </strong>For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.

0 commit comments

Comments
 (0)