feat: add error page for docker tools page (#1655)

This commit is contained in:
Meier Lukas
2024-12-15 12:34:42 +01:00
committed by GitHub
parent 2ef36366ec
commit 60311918ce
4 changed files with 84 additions and 37 deletions

View File

@@ -678,6 +678,7 @@
"previous": "Previous",
"next": "Next",
"checkoutDocs": "Check out the documentation",
"checkLogs": "Check logs for more details",
"tryAgain": "Try again",
"loading": "Loading"
},
@@ -1309,9 +1310,6 @@
"description": "Click <here></here> to create a new app"
},
"error": {
"action": {
"logs": "Check logs for more details"
},
"noIntegration": "No integration selected",
"noData": "No integration data available"
},
@@ -2305,6 +2303,9 @@
}
}
}
},
"error": {
"internalServerError": "Failed to fetch Docker containers"
}
},
"permission": {