tabla clientes ejemplo
This commit is contained in:
parent
f06d22072e
commit
e4b0969ecf
5 changed files with 308 additions and 0 deletions
|
|
@ -515,6 +515,11 @@ type AdminUsersPage struct {
|
|||
AddLink string
|
||||
}
|
||||
|
||||
// AdminCustomersPage holds the data for the admin customers listing page.
|
||||
type AdminCustomersPage struct {
|
||||
Customers []CustomerTableRow
|
||||
}
|
||||
|
||||
// AuthLockPageData holds the data for the account lock page.
|
||||
type AuthLockPageData struct {
|
||||
PersonName string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue