Skip to content

enso-ui/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API

API log table page for Enso UI.

Features

  • exports the API logs index page used by the system route group
  • filters API logs by user, permission, HTTP method, direction and creation date
  • renders user avatars through the users package
  • supports click-to-filter behavior on user avatars, method tags, direction tags and permission tags
  • integrates with the backend apiLogMethod and apiLogDirections enum stores and the apiLogs table definition

Routes

system/apiLogs

Route group:

  • system.apiLogs.index

Page:

  • src/bulma/pages/apiLogs/Index.vue

The page expects these backend sources:

  • system.apiLogs.initTable
  • system.apiLogs.tableData
  • system.apiLogs.exportExcel
  • system.permissions.options
  • administration.users.options

Companion Backend Package

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors