Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixes javascript error for LLDP neighbor view #5515

Merged
merged 4 commits into from
Apr 2, 2024

Commits on Apr 1, 2024

  1. fix: Fixes javascript error for LLDP neighbor view

    The vanilla javascript rewrite of the LLDP neighbors view introduced a bug where an LLDP neighbor with a matching row (but no configured device) will raise an exception. This commit fixes that issue.
    abates committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    84dd8e9 View commit details
    Browse the repository at this point in the history
  2. Added changelog fragment

    abates committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4c0992f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3e60449 View commit details
    Browse the repository at this point in the history
  2. Update nautobot/dcim/templates/dcim/device/lldp_neighbors.html

    Co-authored-by: Hanlin Miao <46973263+HanlinMiao@users.noreply.github.com>
    abates and HanlinMiao committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e7a2b3e View commit details
    Browse the repository at this point in the history