mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-15 10:12:04 +08:00
add ssl check
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user