Update AuditLogView.vue
This commit is contained in:
@@ -96,10 +96,9 @@
|
|||||||
<div class="text-center text-text-secondary text-sm mt-3"> <!-- Pagination info -->
|
<div class="text-center text-text-secondary text-sm mt-3"> <!-- Pagination info -->
|
||||||
{{ $t('auditLog.paginationInfo', { currentPage, totalPages, totalLogs }) }}
|
{{ $t('auditLog.paginationInfo', { currentPage, totalPages, totalLogs }) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user