2 *ngIf="(snapScheduleModuleStatus$ | async) === false"
6 class="align-items-center"
8 In order to access the snapshot scheduler feature, the snap_scheduler module must be enabled
10 class="btn btn-light mx-2"
12 (click)="enableSnapshotSchedule()">
22 [ngbTooltip]="fullpathTpl"
23 triggers="click:blur">
28 *ngIf="row.active; else inactiveStatusTpl">
30 [ngClass]="[icons.success, icons.large]"
31 ngbTooltip="{{ row.path }} is active"
36 <ng-template #inactiveStatusTpl>
38 [ngClass]="[icons.warning, icons.large]"
40 ngbTooltip="{{ row.path }} has been deactivated"
44 <ng-template #fullpathTpl>
48 class="font-monospace"
50 <cd-copy-2-clipboard-button
56 </cd-copy-2-clipboard-button>
62 [data]="snapshotSchedules$ | async"
63 *ngIf="snapScheduleModuleStatus$ | async"
66 selectionType="single"
68 (fetchData)="fetchData()"
69 (updateSelection)="updateSelection($event)"
71 <div class="table-actions btn-toolbar">
73 [permission]="permissions.cephfs"
74 [selection]="selection"
76 [tableActions]="tableActions$ | async"