Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@namedun namedun released this 22 Apr 13:55
· 21 commits to master since this release

Added

  • Added ACL rules for latest LuCI support
  • Allow to hide footer by UCI option 'luci.app_tn_lldpd.hide_footer'

Changed

  • Changed application pages titles.
  • All tables wrapped into div with class "table-wrapper".
  • Use polling interval from LuCI configuration (luci.main.pollinterval)
  • Added spinner for messages about waiting for data.
  • Removed useless ucitrack definition
  • Use L.Poll.add() instead of deprecated XHR.Poll() for data polling.

Fixed

  • Fixed possible simultaneous folding/unfolding of multiple rows.
  • Dropped unnecessary data from the "discovered port" column
    of the neighbors table.
  • Minor HTML markup fixes.
  • Handle JSON.parse() exceptions.