2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00

Ui updates and some naming changes

This commit is contained in:
Piyush Singhania 2021-10-28 14:51:39 +05:30
parent 9d64907ada
commit 7aceb64776
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"
>