1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix #7685: Doc image links (#7698)

* Fix image link in custom-script.md

* Fix image link in cable.md

* Fix image link in power.md
This commit is contained in:
bluikko
2021-11-01 20:13:18 +07:00
committed by GitHub
parent a090955918
commit b5e8157700
3 changed files with 3 additions and 3 deletions

View File

@ -240,7 +240,7 @@ An IPv4 or IPv6 network with a mask. Returns a `netaddr.IPNetwork` object. Two a
!!! note
To run a custom script, a user must be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in the admin UI as shown below.
![Adding the run action to a permission](/media/admin_ui_run_permission.png)
![Adding the run action to a permission](../media/admin_ui_run_permission.png)
### Via the Web UI