Readd possibility to add containers as apps to boards (#1276)

This commit is contained in:
Meier Lukas
2023-09-10 14:28:13 +02:00
committed by GitHub
parent f35f6debaf
commit d05c0023cd
13 changed files with 266 additions and 123 deletions

View File

@@ -4,5 +4,29 @@
"notConfigured": {
"text": "Your Homarr instance does not have Docker configured or it has falied to fetch containers. Please check the documentation on how to set up the integration."
}
},
"modals": {
"selectBoard": {
"title": "Choose a board",
"text": "Choose the board where you want to add the apps for the selected Docker containers.",
"form": {
"board": {
"label": "Board"
},
"submit": "Add apps"
}
}
},
"notifications": {
"selectBoard": {
"success": {
"title": "Added apps to board",
"message": "The apps for the selected Docker containers have been added to the board."
},
"error": {
"title": "Failed to add apps to board",
"message": "The apps for the selected Docker containers could not be added to the board."
}
}
}
}