This component shows the historical connections for every agent the user has access to. It displays information about the connected user, the device and the type of connection. It provides sorting and searching functionality.
- Clone the repo
- Navigate to the root of the project
- Run
npx cdk simulate historical-connections
To push changes,
- Increase the version in the manifest.json
- Run
npx cdk deploy historical-connections - Test the updated version in the link provided in the terminal
- If it looks good, run
npx cdk publish historical-connections