From: Brian Warner Date: Thu, 25 Jun 2009 23:18:24 +0000 (-0700) Subject: make it possible to add/renew-lease from the WUI X-Git-Tag: trac-4000~63 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2adc1846684886f47feb3843e8cbcc23300175ee;p=tahoe-lafs%2Ftahoe-lafs.git make it possible to add/renew-lease from the WUI add add/renew-lease checkbox on the "more info" page check/deep-check forms --- diff --git a/src/allmydata/web/info.py b/src/allmydata/web/info.py index 0d1b2703..e7c42e60 100644 --- a/src/allmydata/web/info.py +++ b/src/allmydata/web/info.py @@ -153,6 +153,8 @@ class MoreInfo(rend.Page): ], T.div["Repair any problems?: ", T.input(type="checkbox", name="repair")], + T.div["Add/renew lease on all shares?: ", + T.input(type="checkbox", name="add-lease")], T.div["Emit results in JSON format?: ", T.input(type="checkbox", name="output", value="JSON")], @@ -207,6 +209,8 @@ class MoreInfo(rend.Page): ], T.div["Repair any problems?: ", T.input(type="checkbox", name="repair")], + T.div["Add/renew lease on all shares?: ", + T.input(type="checkbox", name="add-lease")], T.div["Emit results in JSON format?: ", T.input(type="checkbox", name="output", value="JSON")],