Move security policy graphql requests from list_component
Summary
Move the security policies graphql requests from list_component to app.vue
- list_component.vue has become quite large and complex and will continue to do so with more policy types coming
- app.vue is small and simple
- some of the data from the security policies graphql requests is now being emitted from list_component to app.vue and back down to list_header, so we could simplify the code
The following discussion from !150894 (merged) should be addressed:
-
@aturinske started a discussion: (+1 comment) @ramistry can you review this? Thanks