2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Merge remote-tracking branch 'upstream/master' into pui-feature-plugin

This commit is contained in:
wolflu05
2024-09-19 09:37:47 +02:00
4 changed files with 24 additions and 14 deletions

View File

@ -18,9 +18,9 @@ When rendering certain content in the user interface, the rendering functions ar
## Custom Panels
Many of the pages in the InvenTree web interface are built using a series of "panels" which are displayed on the page. Custom panels can be added to these pages, by implementing the `get_custom_panels` method:
Many of the pages in the InvenTree web interface are built using a series of "panels" which are displayed on the page. Custom panels can be added to these pages, by implementing the `get_ui_panels` method:
::: plugin.base.ui.mixins.UserInterfaceMixin.get_custom_panels
::: plugin.base.ui.mixins.UserInterfaceMixin.get_ui_panels
options:
show_bases: False
show_root_heading: False