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 443d136f Fix #751
     add a0007b27 Cleanup
     add 001f54a9 Project page redesign
     add 07956927 Project page redesign
     add 0407260a Project page redesign
     add 9408aa4e Project logs redesign

No new revisions were added by this update.

Summary of changes:
 .../camel/karavan/service/InfinispanService.java   |  23 +-
 .../camel/karavan/service/KubernetesService.java   |   2 +-
 karavan-app/src/main/webui/package-lock.json       |  57 +++-
 karavan-app/src/main/webui/package.json            |   1 +
 karavan-app/src/main/webui/src/Main.tsx            |  14 +-
 .../src/main/webui/src/dashboard/DashboardPage.tsx |   3 +-
 karavan-app/src/main/webui/src/index.css           |  51 ++-
 .../main/webui/src/projects/ProjectDevelopment.tsx |  48 +++
 .../src/projects/ProjectEventBus.ts}               |  29 +-
 .../src/main/webui/src/projects/ProjectInfo.tsx    | 370 +--------------------
 .../src/main/webui/src/projects/ProjectLog.tsx     | 131 ++++++++
 .../main/webui/src/projects/ProjectOperations.tsx  | 127 +------
 .../src/main/webui/src/projects/ProjectPage.tsx    |  56 ++--
 .../{ProjectInfo.tsx => ProjectStatus.tsx}         | 222 +++++--------
 .../src/main/webui/src/projects/ProjectsPage.tsx   |   2 -
 .../main/webui/src/projects/ProjectsTableRow.tsx   |   6 +-
 16 files changed, 469 insertions(+), 673 deletions(-)
 create mode 100644 
karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
 copy 
karavan-app/src/main/{java/org/apache/camel/karavan/api/ComponentResources.java 
=> webui/src/projects/ProjectEventBus.ts} (55%)
 create mode 100644 karavan-app/src/main/webui/src/projects/ProjectLog.tsx
 copy karavan-app/src/main/webui/src/projects/{ProjectInfo.tsx => 
ProjectStatus.tsx} (67%)

Reply via email to