Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description field to pass-through ports #2601

Closed
jeremystretch opened this issue Nov 20, 2018 · 0 comments
Closed

Add description field to pass-through ports #2601

jeremystretch opened this issue Nov 20, 2018 · 0 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@jeremystretch
Copy link
Member

Environment

  • Python version: 3.5.2
  • NetBox version: v2.5-beta1

Proposed Functionality

Add a description field to the FrontPort and RearPort models.

Use Case

A description field could be very useful when modeling things other than simple patch panels (e.g. a network tap).

Database Changes

Add the following field to both models:

    description = models.CharField(
        max_length=100,
        blank=True
    )

External Dependencies

None

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application beta labels Nov 20, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant