aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/shared/redundancy-checkbox.component.html
blob: 8a57d65f09b89ccfa116c5030c7dff00b0b20d56 (plain) (blame)
1
2
3
<my-peertube-checkbox
  [inputName]="host + '-redundancy-allowed'" [(ngModel)]="redundancyAllowed" (ngModelChange)="updateRedundancyState()"
></my-peertube-checkbox>