Commit Graph

2 Commits

Author SHA1 Message Date
shirainbown
db9a036b2c fix: operation logs page display and API pagination
- Fix frontend Logs.vue to use correct field names (entity_type, entity_name, old_value, new_value)
- Add user and source_ip columns to logs table
- Add details column showing old_value -> new_value transitions
- Fix backend logs API to support pagination (page, page_size, search)
- Add search support across all log fields (action, entity_type, entity_name, username, values)
- Return proper {list, total, page, page_size} response format
2026-06-19 19:11:42 +08:00
shirainbown
d28aae585f Initial commit: LAN Manager with Go backend and Vue frontend 2026-04-15 00:52:25 +08:00