| Actions | S. No. | Gateway ID | Name | URL | Tags | Status | Last Seen | Owner | Team | Visibility |
|---|---|---|---|---|---|---|---|---|---|---|
|
{% if gateway.authType == 'oauth' and can_authorize %}
🔐 Authorize
{% endif %}
{% if can_modify %}
{% endif %}
{% if can_modify %} {% endif %} |
{{ (pagination.page - 1) * pagination.per_page + loop.index }} | {{ gateway.id }} | {{ 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 %} |