fixy
This commit is contained in:
@@ -80,7 +80,6 @@
|
|||||||
<font-awesome-icon icon="times"></font-awesome-icon>
|
<font-awesome-icon icon="times"></font-awesome-icon>
|
||||||
<span class="d-none d-md-inline">Delete</span>
|
<span class="d-none d-md-inline">Delete</span>
|
||||||
</b-button>
|
</b-button>
|
||||||
{{ registration.user?.id }}/{{ currentUserId }}
|
|
||||||
</td>
|
</td>
|
||||||
<td>{{ registration.comment }}</td>
|
<td>{{ registration.comment }}</td>
|
||||||
<!-- <td>{{ registration.active }}</td>-->
|
<!-- <td>{{ registration.active }}</td>-->
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<button class="btn btn-info mr-2" @click="handleSyncList" :disabled="isFetching">
|
<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>
|
<font-awesome-icon icon="sync" :spin="isFetching"></font-awesome-icon> <span>Refresh list</span>
|
||||||
</button>
|
</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
|
<button
|
||||||
@click="navigate"
|
@click="navigate"
|
||||||
id="jh-create-entity"
|
id="jh-create-entity"
|
||||||
|
|||||||
Reference in New Issue
Block a user