{{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}}View all{{else}}Edit all{{end}}
  • {{template "icon-yt-chevron"}} /
      {{template "yang-tree-nodes" .Nodes}}
{{/* ── Right pane: node detail ──────────────────────────── */}}
{{if not .InitialPath}}
{{template "icon-search-empty"}}

Select a node to inspect.

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