REST Service for POPCORN - ILIAS
alex
2025-10-23 9297f199f384b8f257a80c6254d335724705d995
vue/src/pages/UserDetail.vue
@@ -8,6 +8,7 @@
const route = useRoute()
const userId = route.params.userId
document.title = `User ${userId} | globus-ilias-rest`
const error = ref(null)
const user = ref(null)
@@ -79,7 +80,7 @@
      </div>
      <h2>Teilnahmen</h2>
      <h2>Teilnahmen <small>({{teilnahmen?.length}})</small></h2>
      <table>
         <thead>
            <tr>