Agree on 'Add' for add buttons and icon for refresh buttons

This commit is contained in:
Johannes Zellner
2025-09-22 16:52:48 +02:00
parent 305441ea28
commit f59907d9d7
12 changed files with 14 additions and 15 deletions
@@ -240,7 +240,7 @@ onMounted(async () => {
<Section :title="$t('oidc.clients.title')">
<template #header-buttons>
<Button @click="onAdd()" icon="fa-solid fa-plus">{{ $t('oidc.clients.newClient') }}</Button>
<Button @click="onAdd()">{{ $t('main.action.add') }}</Button>
</template>
<TableView :columns="columns" :model="clients" :placeholder="$t('oidc.clients.empty')">