mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
addition to last commit
This commit is contained in:
parent
388f7e5f73
commit
4e18e127de
|
|
@ -7069,7 +7069,7 @@ class HttpCli(object):
|
|||
"files": [],
|
||||
"taglist": [],
|
||||
"srvinf": srv_infot,
|
||||
"space_used_percent": space_used_percent
|
||||
"space_used_percent": space_used_percent,
|
||||
"space_free": h1,
|
||||
"space_total": h2,
|
||||
"acct": self.uname,
|
||||
|
|
@ -7096,7 +7096,7 @@ class HttpCli(object):
|
|||
"title": html_escape("%s %s" % (self.args.bname, self.vpath), crlf=True),
|
||||
"srv_info": srv_infot,
|
||||
"srv_name": srv_name,
|
||||
"space_used_percent": space_used_percent
|
||||
"space_used_percent": space_used_percent,
|
||||
"space_free": h1,
|
||||
"space_total": h2,
|
||||
"dtheme": self.args.theme,
|
||||
|
|
|
|||
Loading…
Reference in a new issue