overture-stack / ego-ui

Administration user interface for the Ego authorization service
https://www.overture.bio/products/ego
GNU Affero General Public License v3.0
0 stars 3 forks source link

Add entity display comps #222

Closed anncatton closed 2 years ago

anncatton commented 2 years ago

Adds display components for Group, Application and Policy metadata Minor styling adjustments Content mode is mocked to DISPLAYING for now Part of #200

anncatton commented 2 years ago

looks good. if you wanted to you could probably pull out ContentPanel into reusable component as its "made" 3 times.

const ContentPanel = (controls, section, errorMsg) => <...>`

Yeah was thinking about that! but will prob do in the next pr after this