This is an automated email from the ASF dual-hosted git repository.
marat pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
from f90b524b Log in UI with Docker #817
new f73201e1 Main.tsx as functional #817
new 4dd412f9 Dashboard supports containers in Docker #817
new 067904ff Dashboard supports containers in Docker #817
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/karavan/api/InfrastructureResource.java | 13 +
.../src/main/resources/application.properties | 2 +-
.../karavan-app/src/main/webui/src/Main.tsx | 169 ++++---
.../src/main/webui/src/api/KaravanApi.tsx | 11 +
.../src/main/webui/src/api/ProjectService.ts | 17 +-
.../src/main/webui/src/api/ProjectStore.ts | 56 ++-
.../src/main/webui/src/dashboard/DashboardPage.tsx | 484 +++++++++++----------
.../src/main/webui/src/projects/ProjectsPage.tsx | 18 +-
.../main/webui/src/projects/ProjectsTableRow.tsx | 15 +-
.../karavan/infinispan/InfinispanService.java | 4 +
10 files changed, 442 insertions(+), 347 deletions(-)