2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00

set nav-tab name

This commit is contained in:
Matthias 2021-10-04 19:25:42 +02:00
parent 117baa72eb
commit a5c7676be6
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -15,6 +15,8 @@ class SampleIntegrationPlugin(SettingsMixin, UrlsMixin, NavigationMixin, Integra
PLUGIN_SLUG = "sample"
PLUGIN_TITLE = "Sample Plugin"
NAVIGATION_TAB_NAME = "Sample Nav"
def view_test(self, request):
"""very basic view"""
return HttpResponse(f'Hi there {request.user.username} this works')