Remove old feature version notices

This commit is contained in:
jeremystretch
2023-01-13 10:58:20 -05:00
committed by jeremystretch
parent d03a3323b5
commit 2a1eceba4e
9 changed files with 0 additions and 27 deletions

View File

@@ -157,9 +157,6 @@ These views are provided to enable or enhance certain NetBox model features, suc
### Additional Tabs
!!! note
This feature was introduced in NetBox v3.4.
Plugins can "attach" a custom view to a core NetBox model by registering it with `register_model_view()`. To include a tab for this view within the NetBox UI, declare a TabView instance named `tab`:
```python