mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Fix test_storage.WebStatus.test_no_server failure
This commit is contained in:
parent
8dd4029428
commit
1be736e4d1
@ -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