Improve UI with scan selectors and diff host highlighting.

Add scan dropdown selectors and highlight new/missing hosts directly on topology graph from diff results.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-09 22:11:13 +10:00
parent 975a45ffd6
commit 6f6b822f16
3 changed files with 67 additions and 3 deletions
+2
View File
@@ -61,6 +61,8 @@ http://localhost:8080/
- загрузить topology по `scan_id`;
- автоматически подставить последний scan (`Последний scan`);
- сравнить два scan прямо на странице (`from`/`to`) через `/api/scans/diff`.
- выбрать scan из выпадающего списка последних 20;
- подсветить на графе новые (`[+]`, зеленый) и пропавшие (`[-]`, красный) хосты по diff.
По умолчанию используется `STORE_BACKEND=memory`.
SNMP-проверка по умолчанию включена (`SNMP_ENABLED=true`, community `public`).