Enhance UI with latest-scan and inline diff tools.

Add automatic latest scan selection and two-scan diff viewer in web UI, then reflect completion in technical specification checklist.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-09 22:08:55 +10:00
parent f1545b2afd
commit 975a45ffd6
3 changed files with 73 additions and 1 deletions
+6
View File
@@ -56,6 +56,12 @@ UI открывается по адресу:
http://localhost:8080/
```
Что умеет UI сейчас:
- загрузить topology по `scan_id`;
- автоматически подставить последний scan (`Последний scan`);
- сравнить два scan прямо на странице (`from`/`to`) через `/api/scans/diff`.
По умолчанию используется `STORE_BACKEND=memory`.
SNMP-проверка по умолчанию включена (`SNMP_ENABLED=true`, community `public`).