fix: Remove scoped styles from agent flow logs
What does this MR do and why?
The following MR updates the agent_flows_list to use the new customStyles prop to pass in styles instead of using scoped slots.
References
GitLab Issue: #556732 (closed)
Screenshots or screen recordings
No visible changes.
Before and After should appear as follows:
How to set up and validate locally
In your local GDK
- Pull down the latest branch, make sure you are running locally on a SAAS instance (instructions here).
- Go to a group and project that you have run Agent Sessions in.
- If you need to populate flows, run the rake task for your project (ee/lib/tasks/gitlab/duo_workflow/duo_workflow.rake)
bundle exec rake "gitlab:duo_workflow:populate[50,20,user@example.com,gitlab-org/gitlab-test,web]"And replaceuser@example.comwith your logged in User - root is1. - The user here should be the logged in user for you to see them, and the project the one you will test in
- In the left side navigation, there should be the Automate item with the tanuki icon. Click it and go into Agent sessions.
- Click on a session in the Agent Sessions table. Validate styling remains the same
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #556732 (closed)
Edited by Lindsey Shelton