File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pgml-dashboard/app/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 92
92
< li {% if topic == "deployments " %} class ="selected "{% endif %} > < a href ="{% url 'deployments' %} "> < span class ="material-symbols-outlined "> inventory</ span > Deployments</ a > </ li >
93
93
< li {% if topic == "snapshots " %} class ="selected "{% endif %} > < a href ="{% url 'snapshots' %} "> < span class ="material-symbols-outlined "> storage</ span > Snapshots</ a > </ li >
94
94
< 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 >
96
96
</ ul >
97
97
</ nav >
98
98
</ header >
You can’t perform that action at this time.
0 commit comments