Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
- Base: wintercms/winter branch 1.2 (full framework) - Theme vivespos: Canvas 7 + Bootstrap 5 CDN, custom CSS - Layout: deferred GTM/GA4 tracking, JSON-LD SoftwareApplication - Partials: hero (offline-first), features, modes (offline/nube toggle), screenshots, pricing (3 planes), comparison, FAQ, CTA - Plugin VivesPOS.Site with ContactForm - Dockerfile: PHP 8.2 Apache, port 80, healthcheck - Added winter/wn-pages, blog, sitemap, seo plugins - Active theme set to vivespos
54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
# ===================================
|
|
# Column Definitions
|
|
# ===================================
|
|
|
|
columns:
|
|
|
|
id:
|
|
label: backend::lang.access_log.id
|
|
searchable: yes
|
|
invisible: true
|
|
width: 75px
|
|
|
|
created_at:
|
|
label: backend::lang.access_log.created_at
|
|
searchable: yes
|
|
type: timetense
|
|
width: 160px
|
|
|
|
type:
|
|
label: backend::lang.access_log.type
|
|
invisible: true
|
|
|
|
ip_address:
|
|
label: backend::lang.access_log.ip_address
|
|
searchable: yes
|
|
|
|
login:
|
|
label: backend::lang.access_log.login
|
|
relation: user
|
|
select: login
|
|
searchable: yes
|
|
sortable: false
|
|
|
|
first_name:
|
|
label: backend::lang.access_log.first_name
|
|
relation: user
|
|
select: first_name
|
|
searchable: yes
|
|
sortable: false
|
|
|
|
last_name:
|
|
label: backend::lang.access_log.last_name
|
|
relation: user
|
|
select: last_name
|
|
searchable: yes
|
|
sortable: false
|
|
|
|
email:
|
|
label: backend::lang.access_log.email
|
|
relation: user
|
|
select: email
|
|
searchable: yes
|
|
sortable: false
|