File tree Expand file tree Collapse file tree
src/pcap2llm/web/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33{% block content %}
44< div class ="dashboard ">
55 < h2 > Dashboard</ h2 >
6+ < p class ="dashboard-intro ">
7+ pcap2llm converts local PCAP and PCAPNG files into compact, privacy-controlled analysis artifacts.
8+ It helps structure network and signaling traces so issues can be investigated faster and shared safely
9+ with the appropriate privacy profiles.
10+ </ p >
611
712 <!-- Job Statistics -->
813 < section class ="stat-section ">
@@ -100,10 +105,18 @@ <h3>Quick Actions</h3>
100105
101106 .dashboard h2 {
102107 font-size : 2rem ;
103- margin-bottom : 2 rem ;
108+ margin-bottom : 0.75 rem ;
104109 color : var (--accent );
105110 }
106111
112+ .dashboard-intro {
113+ max-width : 72ch ;
114+ margin : 0 0 2rem ;
115+ color : var (--muted );
116+ line-height : 1.6 ;
117+ font-size : 1rem ;
118+ }
119+
107120 .stat-section {
108121 margin-bottom : 3rem ;
109122 }
You can’t perform that action at this time.
0 commit comments