Developer window in Electron app, remove edit/delete options in Admin panel (currently not completed)
This commit is contained in:
@@ -29,19 +29,19 @@ accountStore.getAllAccounts()
|
||||
:headers="headers"
|
||||
>
|
||||
<template #item.edit="{ item }">
|
||||
<v-btn
|
||||
<!-- todo <v-btn
|
||||
icon="mdi-pencil"
|
||||
variant="plain"
|
||||
color="orange"
|
||||
@click="accountStore.editAccount(item)"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<v-btn
|
||||
<!-- todo <v-btn
|
||||
icon="mdi-delete"
|
||||
variant="plain"
|
||||
color="red"
|
||||
@click="accountStore.deleteAccount(item)"
|
||||
/>
|
||||
/> -->
|
||||
</template>
|
||||
</v-data-table>
|
||||
</admin-data-layout>
|
||||
|
||||
Reference in New Issue
Block a user