mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add navigation icon
This commit is contained in:
parent
87fff78944
commit
90d36069c8
@ -16,6 +16,7 @@ class SampleIntegrationPlugin(SettingsMixin, UrlsMixin, NavigationMixin, Integra
|
|||||||
PLUGIN_TITLE = "Sample Plugin"
|
PLUGIN_TITLE = "Sample Plugin"
|
||||||
|
|
||||||
NAVIGATION_TAB_NAME = "Sample Nav"
|
NAVIGATION_TAB_NAME = "Sample Nav"
|
||||||
|
NAVIGATION_TAB_ICON = 'fas fa-plus'
|
||||||
|
|
||||||
def view_test(self, request):
|
def view_test(self, request):
|
||||||
"""very basic view"""
|
"""very basic view"""
|
||||||
|
Loading…
Reference in New Issue
Block a user