fixy
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
<font-awesome-icon icon="times"></font-awesome-icon>
|
||||
<span class="d-none d-md-inline">Delete</span>
|
||||
</b-button>
|
||||
{{ registration.user?.id }}/{{ currentUserId }}
|
||||
</td>
|
||||
<td>{{ registration.comment }}</td>
|
||||
<!-- <td>{{ registration.active }}</td>-->
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<button class="btn btn-info mr-2" @click="handleSyncList" :disabled="isFetching">
|
||||
<font-awesome-icon icon="sync" :spin="isFetching"></font-awesome-icon> <span>Refresh list</span>
|
||||
</button>
|
||||
<router-link :to="{ name: 'TransactionCreate' }" custom v-slot="{ navigate }">
|
||||
<router-link :to="{ name: 'TransactionCreate' }" custom v-slot="{ navigate }" v-if="hasAnyAuthority('ROLE_ADMIN')">
|
||||
<button
|
||||
@click="navigate"
|
||||
id="jh-create-entity"
|
||||
|
||||
Reference in New Issue
Block a user