Link domains to HTTPS in certificate list

As an admin I want to check if the certificate of a website is working.
Therefore I click on the domain in the SSL certificate list and have to prepend "https" to the URL later.
In this case I'd link the domain to HTTPS initially.
This commit is contained in:
Kai Neuwerth
2018-03-04 11:43:50 +01:00
committed by GitHub
parent 26c3c8e6f0
commit 91cecf8c1e

View File

@@ -1,6 +1,6 @@
<tr <if !$isValid>class="domain-expired"</if>>
<td>
<a href="http://{$row['domain']}" target="_blank">{$row['domain']}</a>
<a href="https://{$row['domain']}" target="_blank">{$row['domain']}</a>
{$adminCustomerLink}
</td>
<td>