Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 28 May 22:32
· 10 commits to main since this release
13f59e9

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 |linkify and 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.