summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html
blob: f33261d8019c224ad27edfb5599684f6355eee5f (plain)
1
2
3
4
5
6
7
8
9
10
<cd-alert-panel *ngIf="missingFeatures; else elseBlock"
                type="info"
                i18n>The feature is not supported in the current Orchestrator.</cd-alert-panel>

<ng-template #elseBlock>
  <cd-alert-panel type="info"
                  i18n>Orchestrator is not available.
    Please consult the <cd-doc section="orch"></cd-doc> on how to configure and
    enable the functionality.</cd-alert-panel>
</ng-template>