|
|
@ -470,7 +470,7 @@ useMenuCloseOnEsc(open) |
|
|
|
<NcButton |
|
|
|
<NcButton |
|
|
|
v-if="!filterQuery" |
|
|
|
v-if="!filterQuery" |
|
|
|
class="nc-fields-show-all-fields !text-gray-500 !w-1/2" |
|
|
|
class="nc-fields-show-all-fields !text-gray-500 !w-1/2" |
|
|
|
size="sm" |
|
|
|
size="small" |
|
|
|
type="ghost" |
|
|
|
type="ghost" |
|
|
|
@click="showAllColumns = !showAllColumns" |
|
|
|
@click="showAllColumns = !showAllColumns" |
|
|
|
> |
|
|
|
> |
|
|
@ -479,7 +479,7 @@ useMenuCloseOnEsc(open) |
|
|
|
<NcButton |
|
|
|
<NcButton |
|
|
|
v-if="!isPublic && !filterQuery" |
|
|
|
v-if="!isPublic && !filterQuery" |
|
|
|
class="nc-fields-show-system-fields !text-gray-500 !w-1/2" |
|
|
|
class="nc-fields-show-system-fields !text-gray-500 !w-1/2" |
|
|
|
size="sm" |
|
|
|
size="small" |
|
|
|
type="ghost" |
|
|
|
type="ghost" |
|
|
|
@click="showSystemField = !showSystemField" |
|
|
|
@click="showSystemField = !showSystemField" |
|
|
|
> |
|
|
|
> |
|
|
|