v0.1.4
Patch release restyling the Cisco ACI Context panel on the
dcim.Device and dcim.Interface detail pages to match NetBox's
stock card layout.
Compatibility: NetBox v4.5, NetBox v4.6 · Python 3.12.
Changed
- "Cisco ACI Context" panel restyled to NetBox
attr-table
(PR #19). Both the device and interface PluginTemplateExtensions
now render the same compact two-column label-to-value definition
list NetBox uses for stock cards like "Device Type" — link-colored
FK values via|linkifyand em-dashes for empty fields via
|placeholder. Subordinate sections (Static Port Bindings, L3Out
Logical Nodes, Reachable Subnets, Contracts, L3Out Interfaces, BGP
Peers) split into their own cards stacked beneath the summary,
each with a count badge in the header. Same data density, same
links, but the panels now blend seamlessly into the surrounding
NetBox UI. Pure template-layer change; no model, migration, API,
or serializer impact.