Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 May 08:38

Asset roles

Assets can have an asset role assigned to them. Asset roles can be organized in a tree similar to Device roles in netbox. Under each asset role there is a breakdown of a number of assets by their status. For example you can create Asset role for network switches and assign it to relevant assets. Then you can see under network switches role how many you still have available, how many are in use...

Thanks @Maksym-Ototiuk for contributing this feature.

What's Changed

  • Add bulk asset tag pattern generation with tests and docs by @patricklind in #290
  • feat: add AssetRole model with nested support (#291) by @Maksym-Ototiuk in #292
  • Add copy-to-clipboard buttons for serial number and asset tag on Asset detail page by @Maksym-Ototiuk in #293
  • change to django querystring template tag where possible by @matejv in #294

New Contributors

Full Changelog: v2.5.1...v2.6.0