系统信息页增加调试信息

修复错字
This commit is contained in:
Chenx221 2024-04-12 19:53:34 +08:00
parent f8936cd49b
commit e07ed357e3
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -14,6 +14,14 @@ $this->title = '系统信息';
<div class="system-info">
<h1><?= Html::encode($this->title) ?></h1>
<?php if ($systemInfo->EnableTimeRecords): ?>
<div>
<p>Time Records Helper</p>
<?php
print_r($systemInfo->timeRecords);
?>
</div>
<?php endif; ?>
<div>
<div>
@ -133,7 +141,7 @@ $this->title = '系统信息';
<div>
<div>
<h3><?= $systemInfo->nic['interfaceName'] ?></h3>
Status:
MAC:
<span><?= $systemInfo->nic['mac'] ?></span>
<br>
Speed: