Added the level options

This commit is contained in:
Mathias Wagner
2022-11-20 18:33:51 +01:00
parent 2d56ae9066
commit 2ab6d50e45

View File

@@ -7,6 +7,11 @@ export const timeOptions = () => ({
4: t("options.time.30days")
});
export const levelOptions = () => ({
"none": t("options.level.no_access"),
"read": t("options.level.read_access")
});
export const selectOptions = () => ({
"* * * * *": t("options.cron.continuous"),
"0,30 * * * *": t("options.cron.frequent"),