Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 May 13:03
· 8 commits to main since this release
036246b

Patch release finishing the device ACI Context restyle: the L3Out
Logical Nodes
sub-card now follows the same per-attribute
attr-table layout as the rest of the panel.

Compatibility: NetBox v4.5, NetBox v4.6 · Python 3.12.

Changed

  • L3Out Logical Nodes sub-card restyled to per-node attr-table
    (PR #21). The v0.1.4 restyle missed one section: each logical node
    on the device ACI Context panel was rendered as a single attr-table
    row whose right cell stuffed three pieces of data inline
    (L3Out: ... · Router ID: 1.1.1.1 and a No static routes.
    sentence). Each logical node now renders as its own per-attribute
    attr-table inside the section card, with explicit rows for Logical
    Node
    , L3Out, Logical Node Profile, Router ID,
    Loopback Address, and Static Routes. Consecutive nodes are
    separated by a thin <hr> and the card header gains a count badge.
    Empty values render as em-dashes; FK references render as links.
    Pure template + test change.