Agree on 'Add' for add buttons and icon for refresh buttons
This commit is contained in:
@@ -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')">
|
||||
|
||||
Reference in New Issue
Block a user