mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add database import in progress message
This commit is contained in:
parent
2ef40a6a1c
commit
fbcf59abf0
6 changed files with 35 additions and 7 deletions
|
@ -1720,7 +1720,11 @@ class WebInterface(object):
|
|||
@cherrypy.expose
|
||||
@requireAuth()
|
||||
def history(self, **kwargs):
|
||||
return serve_template(templatename="history.html", title="History")
|
||||
config = {
|
||||
"database_is_importing": database.IS_IMPORTING,
|
||||
}
|
||||
|
||||
return serve_template(templatename="history.html", title="History", config=config)
|
||||
|
||||
@cherrypy.expose
|
||||
@cherrypy.tools.json_out()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue