Skip to content

Commit

Permalink
update user access mock and set margin between tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ipula committed Jan 27, 2025
1 parent f685111 commit e961f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/managers/UserAccessManager/UserAccessManager.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<PkpTable>
<PkpTable class="mt-2">
<template #label>
<h3 class="text-3xl-bold">
{{ t('grid.user.currentUsers') }}({{
Expand Down
20 changes: 4 additions & 16 deletions src/managers/UserAccessManager/mocks/UserAccessMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,8 @@ export default {
groups: [
{
id: 14,
name: {
en: 'Author',
fr_CA: 'Auteur-e',
},
abbrev: {
en: 'AU',
fr_CA: 'AU',
},
name: 'Author',
abbrev: 'AU',
roleId: 65536,
showTitle: true,
permitSelfRegistration: true,
Expand All @@ -111,14 +105,8 @@ export default {
},
{
id: 15,
name: {
en: 'Translator',
fr_CA: 'Traducteur-trice',
},
abbrev: {
en: 'Trans',
fr_CA: 'Trad',
},
name: 'Translator',
abbrev: 'Trans',
roleId: 65536,
showTitle: true,
permitSelfRegistration: false,
Expand Down

0 comments on commit e961f8b

Please sign in to comment.