- Added scroll to acme domain table
This commit is contained in:
Toby Chui 2024-12-10 21:13:26 +08:00
parent e73841786b
commit 9e95d84627

View File

@ -67,16 +67,18 @@
<button id="renewNowBtn" onclick="renewNow();" class="ui basic right floated button" style="margin-top: -2em;"><i class="yellow refresh icon"></i> Renew Now</button> <button id="renewNowBtn" onclick="renewNow();" class="ui basic right floated button" style="margin-top: -2em;"><i class="yellow refresh icon"></i> Renew Now</button>
<div class="ui horizontal divider"> OR </div> <div class="ui horizontal divider"> OR </div>
<p>Select the certificates to automatic renew in the list below</p> <p>Select the certificates to automatic renew in the list below</p>
<table id="domainCertFileTable" class="ui very compact unstackable basic disabled table"> <div style="width: 100%; overflow-x: auto; margin-bottom: 1em;">
<thead> <table id="domainCertFileTable" class="ui very compact unstackable basic disabled table">
<tr> <thead>
<th>Domain Name</th> <tr>
<th>Match Rule</th> <th>Domain Name</th>
<th>Auto-Renew</th> <th>Match Rule</th>
</tr> <th>Auto-Renew</th>
</thead> </tr>
<tbody id="domainTableBody"></tbody> </thead>
</table> <tbody id="domainTableBody"></tbody>
</table>
</div>
<small><i class="ui red info circle icon"></i> Domain in red are expired</small><br> <small><i class="ui red info circle icon"></i> Domain in red are expired</small><br>
<div class="ui yellow message"> <div class="ui yellow message">
Certificate Renew only works on the certification authority (CA) supported by Zoraxy. Check Zoraxy wiki for more information on supported list of CAs. Certificate Renew only works on the certification authority (CA) supported by Zoraxy. Check Zoraxy wiki for more information on supported list of CAs.