See #212: user detail profile

This commit is contained in:
Eliot Berriot 2018-06-19 20:11:40 +02:00
parent 8e6b6f454a
commit 8636b456a8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 231 additions and 4 deletions

View file

@ -45,7 +45,7 @@
</template>
<template slot="row-cells" slot-scope="scope">
<td>
<span>{{ scope.obj.username }}</span>
<router-link :to="{name: 'manage.users.detail', params: {id: scope.obj.id }}">{{ scope.obj.username }}</router-link>
</td>
<td>
<span>{{ scope.obj.email }}</span>