feat: add tasks page (#692)

This commit is contained in:
Manuel
2024-07-01 18:57:40 +02:00
committed by GitHub
parent 663eb0bf5b
commit 08d571ad74
43 changed files with 668 additions and 174 deletions

View File

@@ -1252,6 +1252,7 @@ export default {
items: {
docker: "Docker",
logs: "Logs",
tasks: "Tasks",
},
},
settings: "Settings",
@@ -1451,6 +1452,30 @@ export default {
},
},
},
tool: {
tasks: {
title: "Tasks",
status: {
idle: "Idle",
running: "Running",
error: "Error",
},
job: {
iconsUpdater: {
label: "Icons Updater",
},
analytics: {
label: "Analytics",
},
smartHomeEntityState: {
label: "Smart Home Entity State",
},
ping: {
label: "Pings",
},
},
},
},
about: {
version: "Version {version}",
text: "Homarr is a community driven open source project that is being maintained by volunteers. Thanks to these people, Homarr has been a growing project since 2021. Our team is working completely remote from many different countries on Homarr in their leisure time for no compensation.",