Skip to content

Commit 536e11d

Browse files
author
März
committed
Add dashboard intro text
1 parent 244e7f8 commit 536e11d

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

src/pcap2llm/web/templates/dashboard.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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: 2rem;
108+
margin-bottom: 0.75rem;
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
}

0 commit comments

Comments
 (0)