This commit is contained in:
Barış Soner Uşaklı
2017-05-08 14:41:49 -04:00
parent b58eb99571
commit aca07a0f20

View File

@@ -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>