feat: add error page for docker tools page (#1655)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user