Replace the Django admin UI #6466
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v2.11.3
Feature type
New functionality
Proposed functionality
NetBox currently relies on Django's built-in administrative UI to manage the following objects:
The admin UI also provides an interface into job results, background tasks, and installed plugins.
This issue proposes replicating the necessary views within the main NetBox UI and eliminating our dependence on the Django admin UI entirely.
Use case
While the Django admin UI is an incredibly powerful and valuable tool, we have reached the point in NetBox development where we no longer need to rely on it. Providing our own views to manage these objects provides a more consistent user experience and eliminates an extra dimension of standardization and testing.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: