{{ 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 Last Check
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 }} {{ $.Tunnel.LastActive.Format "15:04:05" }}
{{ $.Tunnel.LastActive.Format "Jan 2, 2006" }}
tcp:{{ $tcp.Port }} {{ if $tcp.Active }} {{ end }} {{ if $tcp.Active }} {{ if $tcp.Available }} {{ else }} {{ end }} {{ end }} {{ $.Tunnel.LastActive.Format "15:04:05" }}
{{ $.Tunnel.LastActive.Format "Jan 2, 2006" }}
{{ template "menu-toggle" . }}
{{ template "admin-tunnel-operations-dialog" . }} {{ template "loading-dialog" . }} {{ end }}