mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
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:
parent
2947da457e
commit
2adc184668
@ -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")],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user