Define test interval separately for each service

Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
2022-07-11 12:52:42 +02:00
parent 14213d3ee2
commit 09a7df98e6
4 changed files with 26 additions and 18 deletions

View File

@ -38,6 +38,7 @@ module.exports = {
{ label: 'auto testing',
sections: [
'autotestEnabled',
'autotestInterval',
'lastChecked',
'autotest',
],
@ -216,6 +217,18 @@ module.exports = {
},
],
},
autotestInterval: {
label: 'test interval',
hint: 'Interval between 2 automatic tests in minutes.',
fields: [
{ key: 'autotestInterval',
editor: 'number',
label: 'minutes',
labelPosition: 'right',
},
],
},
},
},
}),