This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 307139b1 Docker info
307139b1 is described below
commit 307139b17c728bfdf37104e819128c7af410aa6c
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Nov 9 19:12:04 2023 -0500
Docker info
---
karavan-web/karavan-app/src/main/webui/src/api/KaravanApi.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-web/karavan-app/src/main/webui/src/api/KaravanApi.tsx
b/karavan-web/karavan-app/src/main/webui/src/api/KaravanApi.tsx
index 1f34b55c..09de0530 100644
--- a/karavan-web/karavan-app/src/main/webui/src/api/KaravanApi.tsx
+++ b/karavan-web/karavan-app/src/main/webui/src/api/KaravanApi.tsx
@@ -174,7 +174,7 @@ export class KaravanApi {
});
}
- static async getInfrastructureInfo(after: (config: AppConfig) => void) {
+ static async getInfrastructureInfo(after: (info: any) => void) {
instance.get('/api/configuration/info')
.then(res => {
if (res.status === 200) {