Update phpMyAdmin.html

Add button id for selector
This commit is contained in:
WhatTheServer
2021-04-17 15:58:18 -04:00
committed by GitHub
parent 9124e2777f
commit 28ce4371d1

View File

@@ -24,7 +24,7 @@
<p>{% trans "Auto-login for PHPMYAdmin is now supported. Click the button below to generate auto-access for PHPMYAdmin" %}</p>
<br>
<a ng-click="generateAccess()" href="#">
<button class="btn btn-primary">Access Now <img ng-hide="cyberPanelLoading" src="{% static 'images/loading.gif' %}"></button>
<button id="phpMyAdminlogin" class="btn btn-primary">Access Now <img ng-hide="cyberPanelLoading" src="{% static 'images/loading.gif' %}"></button>
</a>
</div>