{{define "configure-system.html"}} {{template "base" .}} {{end}} {{define "content"}}
{{if .Loading}}
Downloading YANG schema from device… this takes a moment on first login.
{{template "configure-toolbar" .}}
{{else}} {{$d := .Desc}} {{if .Error}}
{{.Error}}
{{end}}
{{/* ── Identity ─────────────────────────────────────────────────────── */}}
Identity
Hostname{{template "field-info" (index $d "hostname")}}
Contact{{template "field-info" (index $d "contact")}}
Location{{template "field-info" (index $d "location")}}
{{/* ── Clock ───────────────────────────────────────────────────────── */}}
Clock
Timezone{{template "field-info" (index $d "timezone")}}
{{/* ── NTP servers ──────────────────────────────────────────────────── */}}
NTP Servers
{{range $i, $s := .NTP.Servers}} {{end}}
Name / Key Address Port Prefer
{{/* ── DNS ─────────────────────────────────────────────────────────── */}}
DNS
Search domains
{{range $i, $d := .DNS.Search}} {{end}}
Domain
Servers
{{range $i, $s := .DNS.Servers}} {{end}}
Name / Key Address Port
{{/* ── Preferences ─────────────────────────────────────────────────── */}}
Preferences
Text editor{{template "field-info" (index $d "text-editor")}}
Login banner{{template "field-info" (index $d "motd-banner")}}
{{template "configure-toolbar" .}} {{end}}{{/* end {{else}} — schema ready */}} {{end}} {{/* ── ⓘ tooltip helper ─────────────────────────────────────────────────── */}} {{define "field-info"}}{{if .}} {{end}}{{end}}