# Description - Reports tab is only visible if Aspects is enabled on the instance. - Aspects installs a [platform plugin](https://github.com/openedx/platform-plugin-aspects/blob/main/platform_plugin_aspects/templates/instructor_dashboard/aspects.html). - Filter that renders the iFrame within the dashboard [here](https://github.com/openedx/platform-plugin-aspects/blob/main/platform_plugin_aspects/extensions/filters.py) # Spec <img width="1440" alt="Image" src="https://github.com/user-attachments/assets/645f95dc-f856-401c-aa89-c9ac89e2a2ab" /> - The tab has a header that says "Reports" - this tab is only visible if Aspects is enabled on the instance - There is a button in-line to view the reports dashboard in Superset: "View Dashboards in Superset" - The content renders within an iFrame in the main content area
Description
Spec