Skip to content

Commit

Permalink
chore: set course dashboard as instructor dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 9, 2024
1 parent 2fcc635 commit b2d3aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"ASPECTS_INSTRUCTOR_DASHBOARDS",
[
{
"name": "Instructor Dashboard",
"slug": "instructor-dashboard",
"uuid": "1d6bf904-f53f-47fd-b1c9-6cd7e284d286",
"name": "Course Dashboard",
"slug": "course-dashboard-v1",
"uuid": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
},
{
"name": "Learner Groups Dashboard",
Expand All @@ -102,7 +102,7 @@
(
"SUPERSET_EMBEDDABLE_DASHBOARDS",
{
"instructor-dashboard": "1d6bf904-f53f-47fd-b1c9-6cd7e284d286",
"course-dashboard-v1": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
"learner-groups": "8661d20c-cee6-4245-9fcc-610daea5fd24",
"individual-learner": "abae8a25-1ba4-4653-81bd-d3937a162a11",
},
Expand Down

0 comments on commit b2d3aae

Please sign in to comment.