1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-22 06:39:41 +02:00

feat(frontend): Add UI for background tasks

This commit is contained in:
Hayden 2021-10-23 16:42:45 -08:00
parent a94b9d504f
commit 7f99c3d113
5 changed files with 98 additions and 1 deletions

View file

@ -120,6 +120,11 @@ export default defineComponent({
to: "/admin/backups",
title: i18n.t("sidebar.backups"),
},
{
icon: $globals.icons.check,
to: "/admin/background-tasks",
title: "Background Tasks",
},
{
icon: $globals.icons.slotMachine,
to: "/admin/parser",