]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
make it possible to add/renew-lease from the WUI
authorBrian Warner <warner@lothar.com>
Thu, 25 Jun 2009 23:18:24 +0000 (16:18 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 25 Jun 2009 23:18:24 +0000 (16:18 -0700)
add add/renew-lease checkbox on the "more info" page check/deep-check forms

src/allmydata/web/info.py

index 0d1b27038e1672dcd985a68c83053386dceeb4cc..e7c42e60b63b312db22e1a6dc896c2832a8f762d 100644 (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")],