fix(docs): Render referenced image

Instead of showing it as a code block.
This commit is contained in:
Håkon Solbjørg 2023-03-04 15:53:59 +01:00
parent d29a4a60f9
commit cb37577ff6
No known key found for this signature in database
GPG Key ID: ADFE86C07FE7CD49

View File

@ -276,7 +276,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