Closes #16630: Enable plugins to embed custom <head> content (#19055)

This commit is contained in:
Jeremy Stretch
2025-04-01 15:09:49 -04:00
committed by GitHub
parent 8d7889e2c0
commit a00144026b
5 changed files with 21 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ Plugins can inject custom content into certain areas of core NetBox views. This
| Method | View | Description |
|---------------------|-------------|-----------------------------------------------------|
| `head()` | All | Custom HTML `<head>` block includes |
| `navbar()` | All | Inject content inside the top navigation bar |
| `list_buttons()` | List view | Add buttons to the top of the page |
| `buttons()` | Object view | Add buttons to the top of the page |