🌐 AI搜索 & 代理 主页
Skip to content

Commit da00d78

Browse files
author
Montana Low
committed
no turbo
1 parent 95a5c7d commit da00d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<li{% if topic == "deployments" %} class="selected"{% endif %}><a href="{% url 'deployments' %}"><span class="material-symbols-outlined">inventory</span>Deployments</a></li>
9393
<li{% if topic == "snapshots" %} class="selected"{% endif %}><a href="{% url 'snapshots' %}"><span class="material-symbols-outlined">storage</span>Snapshots</a></li>
9494
<li{% if topic == "console" %} class="selected"{% endif %}><a href="{% url 'console' %}"><span class="material-symbols-outlined">terminal</span>Console</a></li>
95-
<li><a href="https://postgresml.org/user_guides/training/overview/"><span class="material-symbols-outlined">menu_book</span>Docs</a></li>
95+
<li><a href="https://postgresml.org/user_guides/training/overview/" data-turbo="false" target="_blank"><span class="material-symbols-outlined">menu_book</span>Docs</a></li>
9696
</ul>
9797
</nav>
9898
</header>

0 commit comments

Comments
 (0)