Link to storage server the way it used to be

This commit is contained in:
Sajith Sasidharan 2020-05-05 07:43:10 -04:00
parent 7d063995f5
commit 96c8c5e953

View File

@ -351,7 +351,7 @@ class RootElement(Element):
available = stats.get("storage_server.disk_avail")
if available is not None:
msg += ", %s available" % abbreviate_size(available)
ul(tags.li(tags.a("Storage Server", ": ", msg, href="storage")))
ul(tags.li(tags.a("Storage Server", href="storage"), ": ", msg, ))
except KeyError:
ul(tags.li("Not running storage server"))