{% extends "base.html.twig" %}
{% block title %}Tunnel list{% endblock %}
{% block body %}
{% if(not isServiceEnabled) %}
Web terminal tool is not installed. Untill installation is performed, the direct access to the tunnel inside browser tab will not work. Contact your server admin.
{% endif %}
List of Tunnels
{% include 'blocks/filter.html.twig' %}
{{ sg_datatables_render(datatable) }}