Fixed icon name

pull/14/head
cagataycivici 2019-07-02 13:51:35 +03:00
parent f242f75904
commit 0218baaba8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<Column field="color" header="Color"></Column>
<Column headerStyle="width: 8em" bodyStyle="text-align: center">
<template #header>
<Button type="button" icon="pi pi-cogs"></Button>
<Button type="button" icon="pi pi-cog"></Button>
</template>
<template #body="slotProps">
<Button type="button" icon="pi pi-search" class="p-button-success" style="margin-right: .5em"></Button>