[PR #3074] [MERGED] 969 custom links #12496

Closed
opened 2025-12-29 22:21:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3074
Author: @jeremystretch
Created: 4/16/2019
Status: Merged
Merged: 4/16/2019
Merged by: @jeremystretch

Base: develop-2.6Head: 969-custom-links


📝 Commits (3)

📊 Changes

25 files changed (+301 additions, -3 deletions)

View changed files

📝 netbox/extras/admin.py (+25 -1)
📝 netbox/extras/constants.py (+40 -0)
netbox/extras/migrations/0022_custom_links.py (+32 -0)
📝 netbox/extras/models.py (+59 -0)
netbox/extras/templatetags/__init__.py (+0 -0)
netbox/extras/templatetags/custom_links.py (+68 -0)
📝 netbox/templates/circuits/circuit.html (+4 -0)
📝 netbox/templates/circuits/provider.html (+4 -0)
📝 netbox/templates/dcim/cable.html (+5 -0)
📝 netbox/templates/dcim/device.html (+4 -0)
📝 netbox/templates/dcim/devicetype.html (+4 -0)
📝 netbox/templates/dcim/powerfeed.html (+4 -1)
📝 netbox/templates/dcim/powerpanel.html (+4 -1)
📝 netbox/templates/dcim/rack.html (+4 -0)
📝 netbox/templates/dcim/site.html (+4 -0)
📝 netbox/templates/ipam/aggregate.html (+4 -0)
📝 netbox/templates/ipam/ipaddress.html (+4 -0)
📝 netbox/templates/ipam/prefix.html (+4 -0)
📝 netbox/templates/ipam/service.html (+4 -0)
📝 netbox/templates/ipam/vlan.html (+4 -0)

...and 5 more files

📄 Description

Fixes: #969

Adds a new CustomLink model for display custom rendered links for objects


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3074 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/16/2019 **Status:** ✅ Merged **Merged:** 4/16/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.6` ← **Head:** `969-custom-links` --- ### 📝 Commits (3) - [`4536754`](https://github.com/netbox-community/netbox/commit/4536754b209d89487f0f7dbc4785237861bd1ffd) Initial work on #969: Custom links - [`2ec7ac1`](https://github.com/netbox-community/netbox/commit/2ec7ac1ea3b093f761d52e44f627ae1fc037e387) Custom link cleanup - [`dd58e78`](https://github.com/netbox-community/netbox/commit/dd58e78fde3f64be3952c9f36f4237486549d541) Add custom links to templates ### 📊 Changes **25 files changed** (+301 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/admin.py` (+25 -1) 📝 `netbox/extras/constants.py` (+40 -0) ➕ `netbox/extras/migrations/0022_custom_links.py` (+32 -0) 📝 `netbox/extras/models.py` (+59 -0) ➕ `netbox/extras/templatetags/__init__.py` (+0 -0) ➕ `netbox/extras/templatetags/custom_links.py` (+68 -0) 📝 `netbox/templates/circuits/circuit.html` (+4 -0) 📝 `netbox/templates/circuits/provider.html` (+4 -0) 📝 `netbox/templates/dcim/cable.html` (+5 -0) 📝 `netbox/templates/dcim/device.html` (+4 -0) 📝 `netbox/templates/dcim/devicetype.html` (+4 -0) 📝 `netbox/templates/dcim/powerfeed.html` (+4 -1) 📝 `netbox/templates/dcim/powerpanel.html` (+4 -1) 📝 `netbox/templates/dcim/rack.html` (+4 -0) 📝 `netbox/templates/dcim/site.html` (+4 -0) 📝 `netbox/templates/ipam/aggregate.html` (+4 -0) 📝 `netbox/templates/ipam/ipaddress.html` (+4 -0) 📝 `netbox/templates/ipam/prefix.html` (+4 -0) 📝 `netbox/templates/ipam/service.html` (+4 -0) 📝 `netbox/templates/ipam/vlan.html` (+4 -0) _...and 5 more files_ </details> ### 📄 Description ### Fixes: #969 Adds a new CustomLink model for display custom rendered links for objects --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:21:55 +01:00
adam closed this issue 2025-12-29 22:21:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12496