83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
%h1 Moniteur d'activité
|
|
|
|
%h3 Utilisateurs actifs ces 5 dernières minutes
|
|
|
|
%table.table.table-hover.table-striped.customer_table
|
|
%thead#customer_rows_header.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Prénom/Nom
|
|
%th
|
|
Société
|
|
%th
|
|
Téléphone
|
|
%th
|
|
Ville
|
|
%th
|
|
Email
|
|
|
|
%th
|
|
Dernière activité
|
|
%th
|
|
|
|
%tbody#customer_rows.rows
|
|
|
|
=render partial: "admin/customers/connected_customers", collection: @customers_5m, as: :customer
|
|
|
|
|
|
%h3 Utilisateurs ayant été actifs durant ces 60 dernières minutes
|
|
|
|
%table.table.table-hover.table-striped.customer_table
|
|
%thead#customer_rows_header.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Prénom/Nom
|
|
%th
|
|
Société
|
|
%th
|
|
Téléphone
|
|
%th
|
|
Ville
|
|
%th
|
|
Email
|
|
|
|
%th
|
|
Dernière activité
|
|
%th
|
|
|
|
%tbody#customer_rows.rows
|
|
|
|
=render partial: "admin/customers/connected_customers", collection: @customers_1h, as: :customer
|
|
|
|
|
|
|
|
|
|
|
|
%h3 Utilisateurs ayant été actifs au cours de ces dernières 24 heures
|
|
|
|
|
|
%table.table.table-hover.table-striped.customer_table
|
|
%thead#customer_rows_header.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Prénom/Nom
|
|
%th
|
|
Société
|
|
%th
|
|
Téléphone
|
|
%th
|
|
Ville
|
|
%th
|
|
Email
|
|
|
|
%th
|
|
Dernière activité
|
|
%th
|
|
|
|
%tbody#customer_rows.rows
|
|
|
|
=render partial: "admin/customers/connected_customers", collection: @customers_24h, as: :customer
|