REST Service for POPCORN - ILIAS
alex
2025-09-18 d87115324de76811165e7a5071cf6340a00ca00e
GS-2317
2 files modified
9 ■■■■ changed files
vue/src/pages/KursDetail.vue 7 ●●●● patch | view | raw | blame | history
vue/src/pages/Kurse.vue 2 ●●●●● patch | view | raw | blame | history
vue/src/pages/KursDetail.vue
@@ -89,7 +89,12 @@
            <div>{{ kurs.obj_id }}</div>
         </div>
         <div class="text-right" style="grid-column: span 2; justify-content: flex-end">
         <div>
            <span>offline</span>
            <div>{{ kurs.offline }}</div>
         </div>
         <div class="text-right" style="grid-column: span 1; justify-content: flex-end">
            <a :href="`${popcornBase}/anmeldungen?query=iliasId:${kurs.ref_id}&terminFilter=alle`" target="_blank">
               Search in 🍿
            </a>
vue/src/pages/Kurse.vue
@@ -49,6 +49,7 @@
                  <th>title</th>
                  <th>description</th>
                  <th>type</th>
                  <th>offline</th>
               </tr>
            </thead>
            <tbody>
@@ -62,6 +63,7 @@
                  <td>{{ kurs.title }}</td>
                  <td>{{ kurs.description }}</td>
                  <td>{{ kurs.type }}</td>
                  <td>{{ kurs.offline }}</td>
               </tr>
            </tbody>
         </table>