{% extends 'base.html' %} {% load base_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Business unit | {% if object.business_unit %} {{ object.business_unit }} {% else %} - {% endif %} |
| API URL | {{ object.api_base_url }} |
| API user | {{ object.user }} |
| Use Bearer token authentication | {{ object.bearer_token_authentication|yesno }} |
| Inventory apps shard | {{ object.inventory_apps_shard }}% |
| Inventory extension attribute{{ object.inventory_extension_attributes|length|pluralize }} | {{ object.inventory_extension_attributes|join:", "|default:"-" }} |
| Check-in heartbeat timeout | {{ object.checkin_heartbeat_timeout|duration_repr }} |
| Inventory completed heartbeat timeout | {{ object.inventory_completed_heartbeat_timeout|duration_repr }} |