UI for configuring fscks of remotes
This commit is contained in:
parent
1ffb3bb0ba
commit
42c4a86d16
4 changed files with 69 additions and 43 deletions
|
@ -1,2 +1,4 @@
|
|||
input[type=number]
|
||||
width: 5em
|
||||
select
|
||||
width: 10em
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<p>
|
||||
Currently scheduled checks:
|
||||
$forall check <- checks
|
||||
^{fsckForm False check}
|
||||
^{showFsckForm False check}
|
||||
<p>
|
||||
Add a check:
|
||||
^{fsckForm True defaultFsck}
|
||||
^{showFsckForm True defaultFsck}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#{msg}
|
||||
<p>
|
||||
<div .input-prepend .input-append>
|
||||
Check this repository for #
|
||||
Check ^{fvInput reposView} for #
|
||||
^{fvInput durationView} minutes #
|
||||
^{fvInput recurranceView} #
|
||||
starting at ^{fvInput timeView} #
|
||||
|
@ -13,4 +13,3 @@
|
|||
Save
|
||||
<a .btn href="@{RemoveActivityR u activity}">
|
||||
Remove
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue