Skip to content

Commit 13fe2fc

Browse files
committed
refactor(guide-linux-agent): update installation steps for clarity and improve formatting
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 6e2feba commit 13fe2fc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

frontend/src/app/app-module/guides/guide-linux-agent/guide-linux-agent.component.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@ <h4 class="card-title mb-0 text-primary">
1212
</p>
1313

1414
<ol class="setup_list mt-3">
15+
<li>
16+
<p class="step-guide">
17+
<span class="step_number">1</span>
18+
Check pre-installation requirements
19+
</p>
20+
<ul class="mt-3 pl-3" style="list-style-type: circle !important;">
21+
<li>The UTMStack Linux Agent relies on the local rsyslog service to collect and forward system logs.</li>
22+
</ul>
23+
</li>
1524
<li>
1625
<div>
1726
<p class="step-guide">
18-
<span class="step_number">1</span>
27+
<span class="step_number">2</span>
1928
Install or uninstall the UTMStack agent according to your operating system:
2029
</p>
2130
<div class="alert alert-warning alert-styled-right">

0 commit comments

Comments
 (0)