mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Add system report for pretix Enterprise (#4213)
* Add system report for pretix Enterprise * Update src/pretix/control/sysreport.py Co-authored-by: Mira <weller@rami.io> * ADd missing license header --------- Co-authored-by: Mira <weller@rami.io>
This commit is contained in:
@@ -444,6 +444,11 @@ def get_global_navigation(request):
|
||||
'url': reverse('control:global.license'),
|
||||
'active': (url.url_name == 'global.license'),
|
||||
},
|
||||
{
|
||||
'label': _('System report'),
|
||||
'url': reverse('control:global.sysreport'),
|
||||
'active': (url.url_name == 'global.sysreport'),
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user