mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 01:38:55 +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):
|
def storage_running(self, req, tag):
|
||||||
if self.storage:
|
if self.storage:
|
||||||
return tag
|
return tag
|
||||||
return tag("No Storage Server Running")
|
return T.h1("No Storage Server Running")
|
||||||
|
|
||||||
@renderer
|
@renderer
|
||||||
def lease_expiration_enabled(self, req, tag):
|
def lease_expiration_enabled(self, req, tag):
|
||||||
|
Loading…
Reference in New Issue
Block a user