Adding Web UI Views¶
If your app needs its own page or pages in the Nautobot web UI, you'll need to define views. A view is a particular page tied to a URL within Nautobot, which renders content.
The best way to do that is to implement our standard NautobotUIViewSet
.