]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
f33261d8019c224ad27edfb5599684f6355eee5f
[ceph.git] /
1 <cd-alert-panel *ngIf="missingFeatures; else elseBlock"
2                 type="info"
3                 i18n>The feature is not supported in the current Orchestrator.</cd-alert-panel>
4
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>
10 </ng-template>