Commit 0e8a0cd
- Register api.user_management.router in core_routers.py so /user-management/* endpoints are served
- Add AdminUsersView.vue: paginated user list, search, role assignment, activate/deactivate, delete, create user modal
- Add /admin/users route (admin-only) to Vue router
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a4e254 commit 0e8a0cd
File tree
3 files changed
+726
-0
lines changed- autobot-backend/initialization/router_registry
- autobot-frontend/src
- router
- views
3 files changed
+726
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
614 | 627 | | |
615 | 628 | | |
616 | 629 | | |
| |||
0 commit comments