{{define "yang-tree.html"}} {{template "base" .}} {{end}} {{define "content"}}
{{if .Loading}}
Downloading YANG schema from device… this takes a moment on first login.
{{else}}
{{/* ── Left pane: navigation tree ───────────────────────── */}}
{{if .ReadOnly}}Status{{else}}Advanced{{end}}
  • /
      {{template "yang-tree-nodes" .Nodes}}
{{/* ── Right pane: node detail ──────────────────────────── */}}
{{if not .InitialPath}}

Select a node to inspect.

{{end}}
{{end}} {{if not .ReadOnly}}{{template "configure-toolbar" .}}{{end}}
{{end}}