[Functionality] Request Consumer / Producer

- adjusted some header names
This commit is contained in:
Onur Arslan
2023-12-06 19:01:00 +01:00
parent c25ac3025c
commit 10d9b995cb

View File

@@ -125,16 +125,16 @@ export const Client1ProducerTableConfig = [
key: "endpoint_url", key: "endpoint_url",
label: "End Point", label: "End Point",
}, },
{ // {
key: "usage", // key: "usage",
label: "Usage", // label: "Usage",
}, // },
{ {
key: "status", key: "status",
label: "Status", label: "Status",
}, },
{ // {
key: "action", // key: "action",
label: "Action", // label: "Action",
}, // },
]; ];