mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 11:22:25 -06:00
Closes #10604: Remove unused extra_tabs block from object.html generic template
This commit is contained in:
committed by
jeremystretch
parent
89a4f7cd36
commit
39e47952ce
@@ -74,7 +74,6 @@ This template is used by the `ObjectView` generic view to display a single objec
|
||||
| `breadcrumbs` | - | Breadcrumb list items (HTML `<li>` elements) |
|
||||
| `object_identifier` | - | A unique identifier (string) for the object |
|
||||
| `extra_controls` | - | Additional action buttons to display |
|
||||
| `extra_tabs` | - | Additional tabs to include |
|
||||
|
||||
#### Context
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# NetBox v3.4
|
||||
# NetBox v3.5
|
||||
|
||||
## v3.5.0 (FUTURE)
|
||||
|
||||
### Other Changes
|
||||
|
||||
* [#10604](https://github.com/netbox-community/netbox/issues/10604) - Remove unused `extra_tabs` block from `object.html` generic template
|
||||
* [#10923](https://github.com/netbox-community/netbox/issues/10923) - Remove unused `NetBoxModelCSVForm` class (replaced by `NetBoxModelImportForm`)
|
||||
|
||||
Reference in New Issue
Block a user