REST Service for POPCORN - ILIAS
alex
2025-06-03 fc8d4b3a59bd6a6ccfda41a2142d5ca2c414e509
vue/src/pages/Users.vue
@@ -43,10 +43,8 @@
   <div>
      <h1>
         Users
         <small>
            {{users.offset}} - {{users.offset+users.data.length}} von {{users.total}}
         </small>
         ILIAS Users
<!--         <small>{{users.offset}} - {{users.offset+users.data.length}} von {{users.total}}</small>-->
      </h1>
      <p>{{ userId }}</p>
      <p v-if="error">{{ error }}</p>