Integrate probe endpoint into frontend

- Add ProbeAPI client (js/api/probe.js)
- Add reusable modal component (js/ui/modal.js) with overlay, animations
- Call GET /api/v1/probe after Check Address click
- Auto-fill Camera Model with vendor from ARP/OUI lookup
- Show modal on unreachable device with Change IP / Continue Anyway buttons
- Add modal CSS styles matching existing dark theme
This commit is contained in:
eduard256
2026-03-16 20:05:00 +00:00
parent 833da5cf48
commit fe93aa329c
5 changed files with 261 additions and 1 deletions
+3
View File
@@ -643,6 +643,9 @@
</div>
</div>
<!-- Modal -->
<div id="modal-overlay" class="modal-overlay hidden"></div>
<!-- Toast Notification -->
<div id="toast" class="toast hidden"></div>