1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-06 10:33:46 +00:00

sim fixes

This commit is contained in:
Kyle Spearrin
2018-05-02 16:36:47 -04:00
parent 5e2895ce33
commit c80fa93515
2 changed files with 10 additions and 4 deletions

View File

@@ -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 />