mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-17 18:06:12 +02:00
Open PHPMyAdmin in new tab
Open PHPMyAdmin in new tab via target="_blank" when paired with other commit which opens the PHPMyAdmin ffunction in same page which was opened in a new tab you get the nice convenient feeling most other panels provide when opening phpmyadmin.
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if admin or createDatabase %}
|
||||
<li><a href="{% url 'phpMyAdmin' %}"
|
||||
<li><a target="_blank" href="{% url 'phpMyAdmin' %}"
|
||||
title="{% trans 'PHPMYAdmin' %}"><span>{% trans "PHPMYAdmin" %}</span></a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user