Skip to content

Commit

Permalink
Remove demo from users list
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Feb 3, 2023
1 parent a9469b8 commit e3413c2
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions packages/web-app-admin-settings/src/components/Users/UsersList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,6 @@
:label="$gettext('Filter users')"
autocomplete="off"
/>
<div class="oc-flex oc-flex-middle oc-ml-m oc-mb-m oc-mt-m">
<div class="oc-mr-m oc-flex oc-flex-middle">
<oc-icon name="filter-2" fill-type="line" />
<span v-text="$gettext('Filter:')" />
</div>

<!-- TODO: just for demo purposes, remove later -->
<item-filter
filter-name="users"
:filter-label="$gettext('Users')"
:items="users"
:show-filter="true"
:allow-multiple="true"
display-name-attribute="displayName"
:filterable-attributes="['displayName']"
>
<template #image="{ item }">
<avatar-image :width="32" :userid="item.id" :user-name="item.displayName" />
</template>
<template #item="{ item }">
<div v-text="item.displayName" />
<div class="oc-text-muted oc-text-small" v-text="$gettext('User')" />
</template>
</item-filter>
</div>
<oc-table
ref="tableRef"
class="users-table"
Expand Down

0 comments on commit e3413c2

Please sign in to comment.