mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing keep options in timer
This commit is contained in:
parent
5760e8fe53
commit
c6d070d682
2 changed files with 14 additions and 1 deletions
|
@ -60,4 +60,17 @@ name.en = ""
|
|||
min = 0
|
||||
default = 8
|
||||
|
||||
[main.main.keep_last]
|
||||
help = ''
|
||||
type = "number"
|
||||
min = 0
|
||||
default = 0
|
||||
|
||||
[main.main.keep_within]
|
||||
help = ''
|
||||
type = "string"
|
||||
pattern.regexp = '^\d+[Hdw]$'
|
||||
pattern.error = "keep_within_error"
|
||||
default = ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue