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:
parent
a94b9d504f
commit
7f99c3d113
5 changed files with 98 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue