| Actions | S. No. | Name | URL | Tags | Status | Last Seen | Owner | Team | Visibility |
|---|---|---|---|---|---|---|---|---|---|
|
{% if gateway.authType == 'oauth' %}
π Authorize
{% endif %}
|
{{ (pagination.page - 1) * pagination.per_page + loop.index }} | {{ gateway.name }} | {{ gateway.url }} | {% if gateway.tags %} {% for tag in gateway.tags %} {% if tag is mapping %}{{ tag.id }}{% else %}{{ tag }}{% endif %} {% endfor %} {% else %} None {% endif %} | {% if gateway.enabled %} Active {% else %} Inactive {% endif %} | {% if gateway.lastSeen %}{{ gateway.lastSeen[:19] if gateway.lastSeen is string else gateway.lastSeen.strftime('%Y-%m-%d %H:%M:%S') }}{% else %}Never{% endif %} | {% if gateway.ownerEmail %}{{ gateway.ownerEmail }}{% else %}N/A{% endif %} | {% if gateway.team %}{{ gateway.team }}{% else %}None{% endif %} | {% if gateway.visibility == 'private' %} π Private {% elif gateway.visibility == 'team' %} π₯ Team {% elif gateway.visibility == 'public' %} π Public {% else %} N/A {% endif %} |