feat: add tasks page (#692)
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user