mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
#622: disable 'Repair' button on check-results page until we make it work correctly
This commit is contained in:
parent
922b3034be
commit
54952e9bea
@ -253,6 +253,8 @@ class CheckResults(CheckerBase, rend.Page, ResultsBase):
|
|||||||
T.input(type="hidden", name="repair", value="true"),
|
T.input(type="hidden", name="repair", value="true"),
|
||||||
T.input(type="submit", value="Repair"),
|
T.input(type="submit", value="Repair"),
|
||||||
]]
|
]]
|
||||||
|
return "" # repair button disabled until we make it work correctly,
|
||||||
|
# see #622 for details
|
||||||
return ctx.tag[repair]
|
return ctx.tag[repair]
|
||||||
|
|
||||||
def render_results(self, ctx, data):
|
def render_results(self, ctx, data):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user