mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
Fix test_storage.WebStatus.test_no_server failure
This commit is contained in:
parent
b14f36082c
commit
2df2ae92d5
@ -161,7 +161,7 @@ class StorageStatusElement(Element):
|
||||
def storage_running(self, req, tag):
|
||||
if self.storage:
|
||||
return tag
|
||||
return tag("No Storage Server Running")
|
||||
return T.h1("No Storage Server Running")
|
||||
|
||||
@renderer
|
||||
def lease_expiration_enabled(self, req, tag):
|
||||
|
Loading…
Reference in New Issue
Block a user