{% extends "base.html" %} {% block headerjs %} {% endblock %} {% block breadcrumb %}{{ block.super }}
View all projects VPN status. Schedule launch, termination, and reboot. Send credentials.
Project | Instance Id | Created | IP | Public | State | Operations | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{vpn.project_id}} | {% if vpn.instance_id %}{{vpn.instance_id}} | {% else %}N/A | {% endif %} {% if vpn.created_at %}{{vpn.created_at}} | {% else %}N/A | {% endif %} {% if vpn.internal_ip %}{{vpn.internal_ip}} | {% else %}N/A | {% endif %} {% if vpn.public_ip %}{{vpn.public_ip}}:{{vpn.public_port}} | {% else %}N/A | {% endif %} {% ifnotequal vpn.state "pending" %} {% ifequal vpn.state "running" %}{{vpn.state}} | {% else %}{{vpn.state}} | {% endifequal %} {% else %}{% endifnotequal %} | {% if vpn.instance_id %} Terminate | Restart | Console Log | Resend Credentials | {% else %} Launch | Resend Credentials | {% endif %} |