nautobot / nautobot-app-device-lifecycle-mgmt

Device Lifecycle Management App for Nautobot
https://docs.nautobot.com/projects/device-lifecycle/en/latest/
Other
43 stars 25 forks source link

Updated template extensions to align with standard Nautobot UI views. #376

Closed gsnider2195 closed 2 months ago

gsnider2195 commented 2 months ago

Closes #261

This makes the changes to the template extensions as described in #261 but it also adds the generate_dlm_test_data management command, similar to the PR in golden config at https://github.com/nautobot/nautobot-app-golden-config/pull/809. This management command makes it easier to generate basic testing data in a development environment. If desired, I can move this to its own PR.

Screenshots

Device View

Before

image

After

image

Before

image

After

image

Before

image

After

image

DeviceType View

Before

image

After

image

Before

image

After

image