mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
fix typo
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<span>[[admin/development/info:nodes-responded, {nodeCount}, {timeOut}]]</span>
|
||||
|
||||
<span>[[admin/development/info:nodes-responded, {nodeCount}, {timeout}]]</span>
|
||||
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -26,8 +26,8 @@
|
||||
<td>{info.process.pid}</td>
|
||||
<td>{info.process.version}</td>
|
||||
<td>
|
||||
<span title="[[admin/development/info:registered]]">{info.stats.onlineRegisteredCount}</span> /
|
||||
<span title="[[admin/development/info:guests]]">{info.stats.onlineGuestCount}</span> /
|
||||
<span title="[[admin/development/info:registered]]">{info.stats.onlineRegisteredCount}</span> /
|
||||
<span title="[[admin/development/info:guests]]">{info.stats.onlineGuestCount}</span> /
|
||||
<span title="[[admin/development/info:sockets]]">{info.stats.socketCount}</span>
|
||||
</td>
|
||||
<td>{info.git.branch}@<a href="https://github.com/NodeBB/NodeBB/commit/{info.git.hash}" target="_blank">{info.git.hash}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user