You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by xi...@apache.org on 2022/07/02 04:00:22 UTC

[incubator-eventmesh] branch dashboard updated (edf92845 -> 7cde790b)

This is an automated email from the ASF dual-hosted git repository.

xiaoyang pushed a change to branch dashboard
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from edf92845 Update eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/utils/HttpExchangeUtils.java
     add 7cde790b Dashboard: Fix bugs in the delete handler for Client

No new revisions were added by this update.

Summary of changes:
 eventmesh-dashboard/components/Sidebar.tsx         |   2 +-
 .../components/client/ClientTable.tsx              |  31 +++---
 eventmesh-dashboard/components/index/Endpoint.tsx  | 104 +++++++++++++++++++++
 eventmesh-dashboard/pages/index.tsx                |   3 +-
 .../runtime/admin/handler/ClientHandler.java       |  85 ++++++++++-------
 .../runtime/admin/request/DeleteClientRequest.java |   5 +-
 .../runtime/admin/response/GetClientResponse.java  |   6 +-
 7 files changed, 184 insertions(+), 52 deletions(-)
 create mode 100644 eventmesh-dashboard/components/index/Endpoint.tsx


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org