{{ define "admin-tunnel-status-content" }} {{ template "nav-sidebar" . }}
{{ template "navbar-user" . }}
{{ template "user-snippet" . }} {{ template "admin-tunnel-info-card" . }} {{ template "tunnel-metrics" . }}
{{ range $http := .Tunnel.Https }} {{ end }} {{ range $tcp := .Tunnel.Ports }} {{ end }}
Service Active Available
HTTP{{ if $http.Secure }}/S{{ end }}:
{{ $http.DomainName }}:80
{{ if $http.Secure }}{{ $http.DomainName }}:443{{ end }}
{{ if $http.Active }} {{ end }} {{ if $http.Active }} {{ if $http.Available }} {{ else }} {{ end }} {{ end }}
tcp:{{ $tcp.Port }} {{ if $tcp.Active }} {{ end }} {{ if $tcp.Active }} {{ if $tcp.Available }} {{ else }} {{ end }} {{ end }}
{{ template "menu-toggle" . }}
{{ template "admin-edit-tunnel-dialog" . }} {{ template "admin-tunnel-operations-dialog" . }} {{ template "loading-dialog" . }} {{ end }}