make it possible to add/renew-lease from the WUI

add add/renew-lease checkbox on the "more info" page check/deep-check forms
This commit is contained in:
Brian Warner 2009-06-25 16:18:24 -07:00
parent 2947da457e
commit 2adc184668

View File

@ -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")],