1 <cd-alert-panel *ngIf="missingFeatures; else elseBlock"
3 i18n>The feature is not supported in the current Orchestrator.</cd-alert-panel>
5 <ng-template #elseBlock>
6 <cd-alert-panel type="info"
7 i18n>Orchestrator is not available.
8 Please consult the <cd-doc section="orch"></cd-doc> on how to configure and
9 enable the functionality.</cd-alert-panel>