| Name |
{{ object.name }} |
| Mode |
{{ object.get_client_mode_display }}
|
| Client certificate auth |
{{ object.client_certificate_auth|yesno }} |
| Batch size |
{{ object.batch_size }} |
| Full sync interval |
{{ object.full_sync_interval }}s |
| Enable bundles |
{{ object.enable_bundles|yesno }} |
| Enable transitive rules |
{{ object.enable_transitive_rules|yesno }} |
{% if object.allowed_path_regex %}
| Allowed path regex |
{{ object.allowed_path_regex }} |
{% endif %}
{% if object.blocked_path_regex %}
| Blocked path regex |
{{ object.blocked_path_regex }} |
{% endif %}
| Block USB mass storage |
{{ object.block_usb_mass_storage|yesno }} |
| Remount USB mode |
{% if object.remount_usb_mode %}{{ object.remount_usb_mode|join:" " }}{% else %}-{% endif %} |
| Allow Unknown shard |
{{ object.allow_unknown_shard }}% |
| Enable all event upload shard |
{{ object.enable_all_event_upload_shard }}% |
| Sync incident severity |
{{ object.get_sync_incident_severity|default:"Configuration error" }} |