move troubleshooting to last FAQ item
This commit is contained in:
+10
-12
@@ -2067,18 +2067,6 @@
|
|||||||
|
|
||||||
<div class="faq-list">
|
<div class="faq-list">
|
||||||
|
|
||||||
<h3 style="margin-top:32px; margin-bottom:12px; color:var(--accent); font-size:14px; text-transform:uppercase; letter-spacing:1px;">Troubleshooting</h3>
|
|
||||||
|
|
||||||
<div class="faq-item">
|
|
||||||
<button class="faq-question" onclick="toggleFaq(this)">
|
|
||||||
I'm getting "Bad Gateway" or "Not Found"
|
|
||||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>
|
|
||||||
</button>
|
|
||||||
<div class="faq-answer">
|
|
||||||
First, try restarting your agent from the dashboard. If that doesn't resolve it, restore your agent from a recent backup using the dashboard's one-click restore — your data will be safe.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="faq-item">
|
<div class="faq-item">
|
||||||
<button class="faq-question" onclick="toggleFaq(this)">
|
<button class="faq-question" onclick="toggleFaq(this)">
|
||||||
Do I get root access to my agent?
|
Do I get root access to my agent?
|
||||||
@@ -2183,6 +2171,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="faq-item">
|
||||||
|
<button class="faq-question" onclick="toggleFaq(this)">
|
||||||
|
Troubleshooting
|
||||||
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>
|
||||||
|
</button>
|
||||||
|
<div class="faq-answer">
|
||||||
|
If you're getting a "Bad Gateway" or "Not Found" error, first try restarting your agent from the dashboard. If that doesn't resolve it, restore your agent from a recent backup using the dashboard's one-click restore — your data will be safe.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user