{% extends "en-us/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleManagedClusterPage %} {{ result.objectTitle }} {%- endblock htmTitleManagedClusterPage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesManagedClusterPage %} {%- endblock htmStylesManagedClusterPage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 4; } {{ super() }} {%- block htmStyleManagedClusterPage %} {%- endblock htmStyleManagedClusterPage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsManagedClusterPage %} {%- endblock htmScriptsManagedClusterPage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptManagedClusterPage %} {%- endblock htmScriptManagedClusterPage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketManagedClusterPage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketManagedCluster(websocketManagedClusterInner); {% endif %} {%- endblock websocketManagedClusterPage %} {%- endblock websocketPageLayout %} {%- block htmUrlManagedClusterPage %}{{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 htmUrlManagedClusterPage %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartManagedClusterPage %} {% if resultCount > 0 %}
back to all tenant clusters all tenant clusters

{{ result.objectTitle | e }}

{% include en-us/search/managed-cluster/ManagedClusterSearchForm.htm %} {% include en-us/search/managed-cluster/ManagedClusterSearchButtons.htm %} {% endif %} {%- endblock htmBodyStartManagedClusterPage %} {%- endblock htmBodyStartPageLayout %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleManagedClusterPage %}
{% if resultCount == 0 %}
back to all tenant clusters all tenant clusters no tenant cluster found
{% else %} {%- include en-us/search/managed-cluster/ManagedClusterSidebar.htm %} {%- include en-us/search/managed-cluster/ManagedClusterSuggestedSearch.htm %} {% endif %} {%- block htmFormManagedClusterPage %}
{% if result.id is defined %} {% endif %}
{% if solrId is defined %} {{ htmButton_searchpageManagedCluster() }} {{ htmForm_searchpageManagedCluster() }} {% endif %} {%- endblock htmFormManagedClusterPage %}
{%- endblock htmBodyMiddleManagedClusterPage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndManagedClusterPage %} {%- include en-us/search/managed-cluster/ManagedClusterLocation.htm %} {%- endblock htmBodyEndManagedClusterPage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}