basic fsck form UI

This commit is contained in:
Joey Hess 2013-10-11 00:45:46 -04:00
parent e36da0e5ad
commit aa5b2f1c3c
4 changed files with 79 additions and 3 deletions

View file

@ -0,0 +1,14 @@
<div .span9 .hero-unit>
<h2>
Consistency checks
<p>
Checking the contents of a repository periodically will ensure that #
your data is in good shape. Any problems that are detected will #
be automatically fixed.
<p>
Running the consistency check involves reading all the files in the #
repository, which can take a long time if it's large. Running just a #
little at a time will eventually check the whole repository.
<p>
<form method="post" .form-inline enctype=#{enctype}>
^{form}

View file

@ -0,0 +1,9 @@
#{msg}
<p>
<div .input-prepend .input-append>
Check this repository for #
^{fvInput durationView} minutes #
starting at ^{fvInput timeView}
^{fvInput recurranceView}
<button type=submit .btn .btn-primary>
Add