RSSHub/lib/v2/hostmonit/templates/description.art

28 lines
431 B
Plaintext

<table>
<tbody>
<tr>
<th>Line</th>
<td>{{ line }}</td>
</tr>
<tr>
<th>Latency</th>
<td>{{ latency }}</td>
</tr>
<tr>
<th>Loss</th>
<td>{{ loss }}</td>
</tr>
<tr>
<th>Speed</th>
<td>{{ speed }}</td>
</tr>
<tr>
<th>Node</th>
<td>{{ node }}</td>
</tr>
<tr>
<th>IP</th>
<td>{{ ip }}</td>
</tr>
</tbody>
</table>