mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 13:26:25 -06:00
Update data-validation.md
Image inserted in code area
This commit is contained in:
parent
ec46044d18
commit
a4e22abbc6
@ -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:
|
||||||
|
|
||||||

|
|
||||||
```python
|
```python
|
||||||
{
|
{
|
||||||
"dcim.device": [
|
"dcim.device": [
|
||||||
@ -124,6 +123,8 @@ Example prevents the deletion of a device entry:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|

|
||||||
```
|
```
|
||||||
|
|
||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user