mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
b7085eaf21
commit
c180572ea3
@ -52,7 +52,7 @@
|
||||
while (list($PeerUserID, $Size, $Active, $Connectable, $Uploaded, $Remaining, $UserAgent) = $DB->next_record()) {
|
||||
?>
|
||||
<tr>
|
||||
<td><?=Users::format_username($PeerUserID, false, false, false)?></td>
|
||||
<td>Peer</td>
|
||||
<td><?=($Active) ? '<span style="color: green;">Yes</span>' : '<span style="color: red;">No</span>' ?></td>
|
||||
<td><?= ($Connectable) ? '<span style="color: green;">Yes</span>' : '<span style="color: red;">No</span>' ?></td>
|
||||
<td class="number_column"><?=Format::get_size($Uploaded) ?></td>
|
||||
|
Loading…
Reference in New Issue
Block a user