basic fsck form UI
This commit is contained in:
parent
e36da0e5ad
commit
aa5b2f1c3c
4 changed files with 79 additions and 3 deletions
14
templates/configurators/fsck.hamlet
Normal file
14
templates/configurators/fsck.hamlet
Normal 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}
|
9
templates/configurators/fsck/form.hamlet
Normal file
9
templates/configurators/fsck/form.hamlet
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue