mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 08:01:06 +00:00
Use a different format for path
Seems that _join_pathstring() is the wrong thing to use here.
This commit is contained in:
parent
3c079bef73
commit
69afd292c2
@ -573,7 +573,7 @@ class DeepCheckResultsRendererElement(Element, ResultsBase, ReloadMixin):
|
|||||||
result = results.get(path)
|
result = results.get(path)
|
||||||
storage_index = result.get_storage_index()
|
storage_index = result.get_storage_index()
|
||||||
object = {
|
object = {
|
||||||
"path": self._join_pathstring(path),
|
"path": self._html(path),
|
||||||
"healthy": str(result.is_healthy()),
|
"healthy": str(result.is_healthy()),
|
||||||
"recoverable": str(result.is_recoverable()),
|
"recoverable": str(result.is_recoverable()),
|
||||||
"storage_index": self._render_si_link(req, storage_index),
|
"storage_index": self._render_si_link(req, storage_index),
|
||||||
|
Loading…
Reference in New Issue
Block a user