REST Service for POPCORN - ILIAS
alex
2025-06-03 cedfd136bf19bcb01d2d93a77629f50177df599a
vue/src/pages/Users.vue
@@ -45,11 +45,11 @@
      <p>{{ userId }}</p>
      <p v-if="error">{{ error }}</p>
      <div class="user">
      <div class="users">
         <table class="">
         <table class="w100p">
            <thead>
               <tr>
                  <th>usr_id</th>
@@ -57,7 +57,7 @@
                  <th>firstname</th>
                  <th>lastname</th>
                  <th>gender</th>
                  <th>email</th>
<!--                  <th>email</th>-->
                  <th>institution</th>
                  <th>department</th>
               </tr>
@@ -73,7 +73,7 @@
                  <td>{{user.firstname}}</td>
                  <td>{{user.lastname}}</td>
                  <td>{{user.gender}}</td>
                  <td>{{user.email}}</td>
<!--                  <td>{{ user.email}}</td>-->
                  <td>{{user.institution}}</td>
                  <td>{{user.department}}</td>
               </tr>