add ssl check

This commit is contained in:
cppla
2025-08-12 13:49:25 +08:00
parent 830938eac9
commit 360d8d008d
8 changed files with 451 additions and 46 deletions

View File

@@ -25,6 +25,9 @@
<li class="nav-item">
<a class="nav-link" href="#monitor" data-bs-toggle="tab">服务</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sslpanel" data-bs-toggle="tab">证书</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
风格
@@ -93,6 +96,23 @@
</tbody>
</table>
</div>
<div class="tab-pane fade" id="sslpanel">
<!--SSL 证书-->
<table class="table table-striped table-hover">
<thead>
<tr>
<th style="text-align:center;">名称</th>
<th>域名</th>
<th style="text-align:center;">端口</th>
<th style="text-align:center;">剩余(天)</th>
<th style="text-align:center;">到期(UTC)</th>
<th style="text-align:center;">状态</th>
</tr>
</thead>
<tbody id="sslcerts">
</tbody>
</table>
</div>
</div>
<br/>