add toggle to enable/disable block audits
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="d-flex align-items-center">
|
||||
<span style="margin-bottom: 0.5rem">{{ textLeft }}</span>
|
||||
<label class="switch">
|
||||
<span>{{ textLeft }}</span>
|
||||
<label class="switch" style="margin-bottom: 0;">
|
||||
<input type="checkbox" [checked]="checked" (change)="onToggleStatusChanged($event)">
|
||||
<span class="slider round"></span>
|
||||
<span class="slider round" [class.animate]="animate"></span>
|
||||
</label>
|
||||
<span style="margin-bottom: 0.5rem">{{ textRight }}</span>
|
||||
<span>{{ textRight }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user