cyber-elx 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -79,7 +79,7 @@ The Student Course Detail Page is rendered when a student views a specific cours
|
|
|
79
79
|
| `pdf` | `mdi-file-pdf-box` | PDF document |
|
|
80
80
|
| `quiz` | `mdi-clipboard-text-outline` | Quiz/assessment |
|
|
81
81
|
| `iframe` | `mdi-picture-in-picture-bottom-right-outline` | Embedded iframe content |
|
|
82
|
-
| (other) | `mdi-
|
|
82
|
+
| (other) | `mdi-play-box` | Default icon for other element types |
|
|
83
83
|
|
|
84
84
|
### Local State (data)
|
|
85
85
|
|
|
@@ -211,7 +211,7 @@ module.exports = {
|
|
|
211
211
|
<v-icon v-else-if="getElementById(elId).type == 'video'">mdi-youtube</v-icon>
|
|
212
212
|
<v-icon v-else-if="getElementById(elId).type == 'pdf'">mdi-file-pdf-box</v-icon>
|
|
213
213
|
<v-icon v-else-if="getElementById(elId).type == 'iframe'">mdi-picture-in-picture-bottom-right-outline</v-icon>
|
|
214
|
-
<v-icon v-else>mdi-
|
|
214
|
+
<v-icon v-else>mdi-play-box</v-icon>
|
|
215
215
|
<span>{{ getElementById(elId).title }}</span>
|
|
216
216
|
</div>
|
|
217
217
|
<div class="lesson-right">
|