2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

Merge pull request #18 from piyushsinghania/enhancement/added-filter-reverted-entry

Ui updates and some naming changes
This commit is contained in:
Ankit Singhaniya 2021-10-28 15:15:29 +05:30 committed by GitHub
commit ec096b5bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,8 @@ const viewConfig = {
{
fieldtype: 'Select',
options: [
{ label: 'Show Audits', value: '' },
{ label: 'Hide Audits', value: '0' }
{ label: 'Show Reverted', value: '' },
{ label: 'Hide Reverted', value: '0' }
],
size: 'small',
default: '0',

View File

@ -8,7 +8,7 @@
</PageHeader>
<div class="flex px-8 mt-2 text-base" v-if="report.filterFields">
<div
class="w-32 ml-3 first:ml-0"
class="w-40 ml-2 first:ml-0"
v-for="df in report.filterFields"
:key="df.fieldname"
>