aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/shared/redundancy-checkbox.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/shared/redundancy-checkbox.component.html')
-rw-r--r--client/src/app/+admin/follows/shared/redundancy-checkbox.component.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.html b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.html
new file mode 100644
index 000000000..8a57d65f0
--- /dev/null
+++ b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.html
@@ -0,0 +1,3 @@
1<my-peertube-checkbox
2 [inputName]="host + '-redundancy-allowed'" [(ngModel)]="redundancyAllowed" (ngModelChange)="updateRedundancyState()"
3></my-peertube-checkbox> \ No newline at end of file