]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
59b322d6862492234b1624cf87be417f265d6b47
[ceph-ci.git] /
1 <cd-tearsheet
2  [steps]="steps"
3  [title]="title"
4  [description]="description"
5  [isSubmitLoading]="isSubmitLoading"
6  (submitRequested)="onSubmit($event)"
7  >
8   <cd-tearsheet-step>
9     <cd-nvmeof-subsystem-step-one
10      #tearsheetStep
11      [group]="group"></cd-nvmeof-subsystem-step-one>
12   </cd-tearsheet-step>
13   <cd-tearsheet-step>
14     <ng-template
15      #tearsheetStep></ng-template>
16   </cd-tearsheet-step>
17   <cd-tearsheet-step>
18     <cd-nvmeof-subsystem-step-three
19      #tearsheetStep
20      [group]="group"></cd-nvmeof-subsystem-step-three>
21   </cd-tearsheet-step>
22 </cd-tearsheet>