{% trans "Outposts are deployments of passbook components to support different environments and protocols, like reverse proxies." %}
{% trans 'Name' %} | {% trans 'Providers' %} | {% trans 'Health' %} | {% trans 'Version' %} | |
---|---|---|---|---|
{{ outpost.name }} | {{ outpost.providers.all.select_subclasses|join:", " }} | {% with health=outpost.deployment_health %} {% if health %} {{ health|naturaltime }} {% else %} Unhealthy {% endif %} {% endwith %} | {% with ver=outpost.deployment_version %} {% if ver.outdated or ver.version == "" %} {{ ver.version|default:"-" }} {% else %} {{ ver.version }} {% endif %} {% endwith %} | {% trans 'Edit' %} {% trans 'Delete' %} {% get_htmls outpost as htmls %} {% for html in htmls %} {{ html|safe }} {% endfor %} |