Added 'hourly' scan period in the scanner setings. fixes #109

This commit is contained in:
emeric
2020-12-17 14:11:06 +01:00
parent 0bbacf3914
commit c4c9ccfd3d
5 changed files with 39 additions and 21 deletions
@@ -41,7 +41,8 @@ class ScanSettings : public Wt::Dbo::Dbo<ScanSettings>
Never = 0,
Daily,
Weekly,
Monthly
Monthly,
Hourly,
};
// Do not modify values (just add)