mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +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="submit", value="Repair"),
|
||||
]]
|
||||
return "" # repair button disabled until we make it work correctly,
|
||||
# see #622 for details
|
||||
return ctx.tag[repair]
|
||||
|
||||
def render_results(self, ctx, data):
|
||||
|
Loading…
Reference in New Issue
Block a user