REST Service for POPCORN - ILIAS
alex
2025-06-03 c4f654f96671f592cae718c1211899995f003aa7
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>