Create new Framework tab and table
## Proposal
With the this complete https://gitlab.com/gitlab-org/gitlab/-/issues/422963+ we now want to create a new tab for Frameworks.
The table will list Compliance Frameworks and the associated projects in first iteration. Not adherence and policies
Search will use the same search as the current Frameworks tab (https://gitlab.com/gitlab-org/gitlab/-/issues/387911+ and https://gitlab.com/gitlab-org/gitlab/-/issues/388492+)
## Designs
Designs -> https://gitlab.com/gitlab-org/gitlab/-/issues/412702+

## Implementation plan
1. First MR
1. Update the folder names from `frameworks_report` to `projects_report`
1. Second MR
1. Create basic new report using the `projects_report`
1. Only need to `report.vue` and `frameworks_table.vue` files
2. Strip out filters, pagination etc
3. Change queries over to `groupComplianceFrameworks` and `associatedProjects` to get all frameworks and associated projects ([internal Slack thread](https://gitlab.slack.com/archives/CN7C8029H/p1695294755775139?thread_ts=1695271166.878699&cid=CN7C8029H))
1. Update `ee/app/assets/javascripts/compliance_dashboard/components/reports_app.vue`
1. Add new tab for frameworks report behind FF
issue