From 10d9b995cb304f9097c72914e37dec07c0980dc0 Mon Sep 17 00:00:00 2001 From: Onur Arslan Date: Wed, 6 Dec 2023 19:01:00 +0100 Subject: [PATCH] [Functionality] Request Consumer / Producer - adjusted some header names --- pkgs/ui/src/mock/client_1/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/ui/src/mock/client_1/index.ts b/pkgs/ui/src/mock/client_1/index.ts index 2946c9b..9139156 100644 --- a/pkgs/ui/src/mock/client_1/index.ts +++ b/pkgs/ui/src/mock/client_1/index.ts @@ -125,16 +125,16 @@ export const Client1ProducerTableConfig = [ key: "endpoint_url", label: "End Point", }, - { - key: "usage", - label: "Usage", - }, + // { + // key: "usage", + // label: "Usage", + // }, { key: "status", label: "Status", }, - { - key: "action", - label: "Action", - }, + // { + // key: "action", + // label: "Action", + // }, ];