{{ extends "../_layouts/default" }} {{ import "../_modules/detail" }} {{ block script() }} {{ end }} {{ block body() }}

{{ i18n("network.title") }}

{{ i18n("network.description") }}

{{ .Network.Name }}

{{ i18n("field.id") }}
{{ .Network.ID }}
{{ i18n("field.driver") }}
{{ .Network.Driver }}
{{ i18n("field.scope") }}
{{ .Network.Scope}}
{{ i18n("field.created-at") }}
{{ time(.Network.Created) }}
{{ if .Network.IPAM.Config }}
IP
{{range .Network.IPAM.Config}}
Subnet: {{ .Subnet }}, Gateway: {{ .Gateway }}
{{end}} {{end}}
{{ yield tags(title="Options", tags=.Network.Options) }} {{ yield tags(title="Labels", tags=.Network.Labels) }} {{if .Network.Containers}}

Containers

{{range id, c := .Network.Containers}} {{end}}
{{ i18n("field.name") }} IPV4 IPV6 Mac {{ i18n("field.action") }}
{{c.Name}} {{c.IPv4Address}} {{c.IPv6Address}} {{c.MacAddress}}
{{end}} {{ i18n("button.return") }}
{{ end }}