{% extends "en-us/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleClusterPage %} {{ result.objectTitle }} {%- endblock htmTitleClusterPage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesClusterPage %} {%- endblock htmStylesClusterPage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 3; } {{ super() }} {%- block htmStyleClusterPage %} {%- endblock htmStyleClusterPage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsClusterPage %} {%- endblock htmScriptsClusterPage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptClusterPage %} {%- endblock htmScriptClusterPage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketClusterPage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketCluster(websocketClusterInner); {% endif %} {%- endblock websocketClusterPage %} {%- endblock websocketPageLayout %} {%- block htmUrlClusterPage %}{{pageUri}}?q={{query.q}}&rows={% if rows is defined %}{{rows}}{% else %}{{pagination.rows}}{% endif %}&rows={% if start is defined %}{{start}}{% else %}{{pagination.start}}{% endif %}{% for item query.fq %}{% if fq == item %}{% else %}&fq={{fq}}:{{val}}{% endif %}{% endfor %}{% for item in query.sort %}{% if sort == item %}{% else %}&sort={{var}} {{order}}{% endif %}{% endfor %}{%- endblock htmUrlClusterPage %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartClusterPage %} {% if resultCount > 0 %}
back to all OpenShift clusters all OpenShift clusters

{{ result.objectTitle | e }}

{% include en-us/search/cluster/ClusterSearchForm.htm %} {% include en-us/search/cluster/ClusterSearchButtons.htm %} {% endif %} {%- endblock htmBodyStartClusterPage %} {%- endblock htmBodyStartPageLayout %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleClusterPage %}
{% if resultCount == 0 %}
back to all OpenShift clusters all OpenShift clusters no OpenShift cluster found
{% else %} {%- include en-us/search/cluster/ClusterSidebar.htm %} {%- include en-us/search/cluster/ClusterSuggestedSearch.htm %} {% endif %} {%- block htmFormClusterPage %}
{% if result.clusterResource is defined %} {% endif %}
{% if solrId is defined %} {{ htmButton_searchpageCluster() }} {{ htmForm_searchpageCluster() }} {% endif %} {%- endblock htmFormClusterPage %}
{%- endblock htmBodyMiddleClusterPage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndClusterPage %} {%- include en-us/search/cluster/ClusterLocation.htm %} {%- endblock htmBodyEndClusterPage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}