mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Define test interval separately for each service
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user