Skip to content

Commit

Permalink
added RSSI level in %
Browse files Browse the repository at this point in the history
  • Loading branch information
dzavy committed May 22, 2016
1 parent d849001 commit 9f14325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/templates/SystemStatus.tpl
Expand Up @@ -105,7 +105,7 @@
{/if}
</th>
<th>
<a href="?D_Sort=RSSI">RSSI</a>
<a href="?D_Sort=RSSI">Signal</a>
{if $D_Sort == "RSSI"}
<img src="../static/images/{$D_Order}.gif" alt="{$D_Order}" />
{/if}
Expand Down Expand Up @@ -135,7 +135,7 @@
<td>{$Dongle.Name}</td>
<td>{$Dongle.IMEI}</td>
<td>{$Dongle.IMSI}</td>
<td>{$Dongle.RSSI}</td>
<td>{$Dongle.RSSI}%</td>
<td>{$Dongle.Provider}</td>
<td>{$Dongle.Mode}</td>
<td>{$Dongle.Status}</td>
Expand Down

0 comments on commit 9f14325

Please sign in to comment.