Only build tables for exporter docs

This commit is contained in:
JonnyWong16
2020-10-10 10:06:25 -07:00
parent dd45b47032
commit 276ea4dd98
2 changed files with 4 additions and 17 deletions

View File

@@ -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>'