mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-06 10:33:46 +00:00
sim fixes
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
Simulate
|
||||
</button>
|
||||
<div class="form-check mt-2">
|
||||
<input class="form-check-input" type="checkbox" id="sinceLast" [(ngModel)]="sinceLast">
|
||||
<label class="form-check-label" for="sinceLast">Since the last successful sync</label>
|
||||
<input class="form-check-input" type="checkbox" id="simSinceLast" [(ngModel)]="simSinceLast">
|
||||
<label class="form-check-label" for="simSinceLast">Since the last successful sync</label>
|
||||
</div>
|
||||
<ng-container *ngIf="!simBtn.loading && (simUsers || simGroups)">
|
||||
<hr />
|
||||
|
||||
Reference in New Issue
Block a user