Adding Consume Functionality #74

Merged
Ghost merged 11 commits from consume-functionality into main 2024-01-29 18:38:28 +00:00
Showing only changes of commit 416c853032 - Show all commits

View File

@@ -190,7 +190,14 @@ export default function Client() {
], ],
}} }}
/> />
<div className="flex items-center flex-nowrap justify-between"> <div
style={{
display: "flex",
justifyContent: "space-between",
flexWrap: "nowrap",
alignItems: "center",
}}
>
<div style={{ width: consumeContent ? "55%" : "100%" }}> <div style={{ width: consumeContent ? "55%" : "100%" }}>
<h4>Service Consumer View</h4> <h4>Service Consumer View</h4>
<CustomTable <CustomTable