frontend #35

Merged
merge-bot merged 18 commits from frontend into main 2023-12-09 18:43:16 +00:00
Showing only changes of commit 10d9b995cb - Show all commits

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",
}, // },
]; ];