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
I would really love to be able to add comments to IP addresses, IP history, and other characteristics. I realize its possible to add this to devices the IPs are linked to, but I want it on the IP, not the device.
Use case: entering the FQDN on linked to an IP address (although this might be its own attribute in itself), adding contact info for said IP, or anything else someone would do in a comment section
Database schema: While I don't know the ER diagram of the database, I would assume there is an IP object with attributes such as description, just add a comment attribute to that.
This would be an awesome feature! Please add it!
The text was updated successfully, but these errors were encountered:
The IP address model already includes a description field. Comments are intended to include lengthy free-form text, which is generally not necessary for individual IP addresses. You could add a custom field for storing FQDN information, but also see #166.
Issue type
[x] Feature request
[ ] Bug report
[ ] Documentation
Environment
Description
I would really love to be able to add comments to IP addresses, IP history, and other characteristics. I realize its possible to add this to devices the IPs are linked to, but I want it on the IP, not the device.
Use case: entering the FQDN on linked to an IP address (although this might be its own attribute in itself), adding contact info for said IP, or anything else someone would do in a comment section
Database schema: While I don't know the ER diagram of the database, I would assume there is an IP object with attributes such as description, just add a comment attribute to that.
This would be an awesome feature! Please add it!
The text was updated successfully, but these errors were encountered: