{{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 ───────────────────────── */}}
Advanced
  • /
      {{template "yang-tree-nodes" .Nodes}}
{{/* ── Right pane: node detail ──────────────────────────── */}}
{{if not .InitialPath}}

Select a node to inspect.

{{end}}
{{end}} {{template "configure-toolbar" .}}
{{end}}