mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Changelog for #969
This commit is contained in:
parent
2b2de8f8a5
commit
48fe5470d2
13
CHANGELOG.md
13
CHANGELOG.md
@ -51,6 +51,19 @@ To exclude _all_ objects, effectively disabling view permissions, set:
|
|||||||
EXEMPT_VIEW_PERMISSIONS = ['*']
|
EXEMPT_VIEW_PERMISSIONS = ['*']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Custom Links ([#969](https://github.com/digitalocean/netbox/issues/969))
|
||||||
|
|
||||||
|
Custom links are defined under the admin UI and will be displayed on each object of the selected type. Link text and
|
||||||
|
URLs can be formed from Jinja2 template code, with the viewed object passed as context data. For example, to link to an
|
||||||
|
external NMS from the device view, you might create a custom link with the following URL:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://nms.local/nodes/?name={{ obj.name }}
|
||||||
|
```
|
||||||
|
|
||||||
|
Custom links appear as buttons at the top of the object view. Grouped links will render as a dropdown menu beneath a
|
||||||
|
single button.
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
### New Dependency: Redis
|
### New Dependency: Redis
|
||||||
|
Loading…
Reference in New Issue
Block a user