From: Brian Warner Date: Thu, 9 Apr 2009 23:59:59 +0000 (-0700) Subject: #622: disable 'Repair' button on check-results page until we make it work correctly X-Git-Tag: allmydata-tahoe-1.4.0~17 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=54952e9beacdbe20590221341f89b3b2246aa9bc;p=tahoe-lafs%2Ftahoe-lafs.git #622: disable 'Repair' button on check-results page until we make it work correctly --- diff --git a/src/allmydata/web/check_results.py b/src/allmydata/web/check_results.py index cdf5dec5..ee3ea8c8 100644 --- a/src/allmydata/web/check_results.py +++ b/src/allmydata/web/check_results.py @@ -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):