You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the partial (included) consoleserverport.html template uses an explicit reference to the name field for display. This is also done by the __str__() class method of ConsoleServerPort, which is used in other locations (specifically, dcim/console_connections_list.html). Changing this here as well would assure consistency if the __str__() method is ever changed.
This change does not require any changes to the database schema, only a minor modification of the template.
The text was updated successfully, but these errors were encountered:
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Right now, the partial (included) consoleserverport.html template uses an explicit reference to the
name
field for display. This is also done by the__str__()
class method ofConsoleServerPort
, which is used in other locations (specifically,dcim/console_connections_list.html
). Changing this here as well would assure consistency if the__str__()
method is ever changed.This change does not require any changes to the database schema, only a minor modification of the template.
The text was updated successfully, but these errors were encountered: