networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
245 stars 46 forks source link

Update plugin for 2.10 #119

Closed dgarros closed 3 years ago

mzbroch commented 3 years ago
mzbroch commented 3 years ago

In 41e3b1a I added two OnboardingTask template files that are NetBox version dependent - this is for NetBox 2.8 and 2.9 support - other potential solution could be through registering django template tags and re-using a common variable name inside a template, but although technically more powerful, complexity was increased.

dgarros commented 3 years ago

Looks good to me, Glenn is out this week and since there is a growing number of requests for 2.10 support I propose we merge it and publish a new release ASAP