Commit 955ec2c
committed
fix(ui): resolve all TypeScript compilation errors, add .dockerignore
Fix mismatched API method names across all 6 views (listCerts->list,
listEntries->list, healthCheck->health, trustCa->trust, rotateCert->rotate).
Fix type mismatches (health_status->status, last_health_check->last_check,
ServerInfo->ServerStats). Add missing audit API module, CaInfo type,
routing.reload(), tls.getCaInfo(). Add domain field to Service type,
memory_percent to GpuInfo. Remove unused imports. Add type annotations
to eliminate all implicit any parameters.
Add .dockerignore to prevent node_modules from inflating build context.1 parent 2831004 commit 955ec2c
12 files changed
Lines changed: 2877 additions & 48 deletions
File tree
- ui
- src
- api
- components/views
- dashboard
- dns
- routing
- servers
- services
- tls
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments