Add error message when frontend does not start

This commit is contained in:
simon987
2024-01-30 10:42:16 -05:00
parent 2307fc6e15
commit 08b6323176
5 changed files with 194 additions and 120 deletions

View File

@@ -65,6 +65,9 @@ export default {
gitRepository: "Git repository URL",
extraArgs: "Extra command line arguments",
couldNotStartFrontend: "Could not start frontend",
couldNotStartFrontendBody: "Unable to start the frontend, check server logs for more details.",
selectJobs: "Available jobs",
selectJob: "Select a job",
webOptions: {