Update data-validation.md

Image inserted in code area
This commit is contained in:
LHBL2003 2024-05-23 19:30:34 +02:00 committed by GitHub
parent ec46044d18
commit a4e22abbc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,6 @@ PROTECTION_RULES = {
### Configuration via Web UI ### Configuration via Web UI
Example prevents the deletion of a device entry: Example prevents the deletion of a device entry:
![image](https://github.com/netbox-community/netbox/assets/46369917/6fb69ab8-1f13-4b86-b84c-ce697af8f679)
```python ```python
{ {
"dcim.device": [ "dcim.device": [
@ -124,6 +123,8 @@ Example prevents the deletion of a device entry:
} }
] ]
} }
![image](https://github.com/netbox-community/netbox/assets/46369917/6fb69ab8-1f13-4b86-b84c-ce697af8f679)
``` ```
If you navigate to a device, rack or site, you will find the path in the top right-hand corner: If you navigate to a device, rack or site, you will find the path in the top right-hand corner: