mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Only build tables for exporter docs
This commit is contained in:
parent
dd45b47032
commit
276ea4dd98
2 changed files with 4 additions and 17 deletions
|
@ -6826,5 +6826,5 @@ class WebInterface(object):
|
|||
|
||||
@cherrypy.expose
|
||||
@requireAuth(member_of("admin"))
|
||||
def export_docs(self, **kwargs):
|
||||
def exporter_docs(self, **kwargs):
|
||||
return '<pre>' + exporter.build_export_docs() + '</pre>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue