mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix TSCM WiFi detection, SDR capabilities, layout, and correlation/cluster emission
- Use networksetup instead of deprecated airport utility for macOS WiFi detection - Fix SDRDevice attribute access (use getattr instead of dict .get()) - Move Detected Threats panel next to RF Signals in 2-column grid - Always run correlation/identity analysis at sweep end, even if stopped by user Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -69,11 +69,6 @@
|
||||
min-height: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
/* Full-width panels (like Detected Threats) get more height */
|
||||
.tscm-panel[style*="grid-column: span 2"] {
|
||||
min-height: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.tscm-panel-header {
|
||||
padding: 10px 12px;
|
||||
background: rgba(0,0,0,0.3);
|
||||
|
||||
Reference in New Issue
Block a user