mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -06:00
Fixed typo in example
This commit is contained in:
parent
175c1f2720
commit
0fc9ed852e
@ -119,7 +119,7 @@ Each line of the **device patterns** field represents a hierarchical layer withi
|
|||||||
```
|
```
|
||||||
core-switch-[abcd]
|
core-switch-[abcd]
|
||||||
dist-switch\d
|
dist-switch\d
|
||||||
access-switch\d+,oob-switch\d+
|
access-switch\d+;oob-switch\d+
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that you can combine multiple regexes onto one line using semicolons. The order in which regexes are listed on a line is significant: devices matching the first regex will be rendered first, and subsequent groups will be rendered to the right of those.
|
Note that you can combine multiple regexes onto one line using semicolons. The order in which regexes are listed on a line is significant: devices matching the first regex will be rendered first, and subsequent groups will be rendered to the right of those.
|
||||||
|
Loading…
Reference in New Issue
Block a user