mirror of
https://github.com/smittix/intercept.git
synced 2026-07-08 01:28:13 -07:00
Fix TSCM panels being squashed by adding minimum heights
- Set min-height: 300px on main grid - Set min-height: 120px on individual panels - Set min-height: 80px on panel content - Change dashboard from height: 100% to min-height: 100% Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ def start_rtlamr() -> Response:
|
||||
)
|
||||
|
||||
# Wait a moment for rtl_tcp to start
|
||||
time.sleep(1)
|
||||
time.sleep(3)
|
||||
|
||||
logger.info(f"rtl_tcp started: {' '.join(rtl_tcp_cmd)}")
|
||||
app_module.rtlamr_queue.put({'type': 'info', 'text': f'rtl_tcp: {" ".join(rtl_tcp_cmd)}'})
|
||||
|
||||
Reference in New Issue
Block a user