spiffe / tornjak

Tornjak is a UI and management layer used for brokering human access to one or more SPIRE deployments
Apache License 2.0
74 stars 31 forks source link

Refactor jsx expressions/ component for table data #57

Open mamy-CS opened 2 years ago

mamy-CS commented 2 years ago

Table data such as agentList need to be refactored to use pure array.

lumjjb commented 2 years ago

Example of code snippet to address

    data: {
        key: string,
        props: { cluster: ClustersList }
    }[] | string | JSX.Element[],