projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922b303
)
#622: disable 'Repair' button on check-results page until we make it work correctly
author
Brian Warner
<warner@lothar.com>
Thu, 9 Apr 2009 23:59:59 +0000
(16:59 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 9 Apr 2009 23:59:59 +0000
(16:59 -0700)
src/allmydata/web/check_results.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/check_results.py
b/src/allmydata/web/check_results.py
index cdf5dec5e26a1b6018103ea45535cda0d7bbce84..ee3ea8c8de7968d56fd4e6ba8e1646ed0bdafb25 100644
(file)
--- 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):