Removed extraneous test output from all sites bandwidth list.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 9 Sep 2016 20:38:22 +0000 (16:38 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 9 Sep 2016 20:38:22 +0000 (16:38 -0400)
views/admin/management/serverStats.html

index 73e9bcf..8342b02 100644 (file)
             </tr>
     {foreach $sites as $s}
             <tr>
-                <td style="text-align: left; font-weight: bold;">{$s.name} ({$s.id})</td>
+                <td style="text-align: left; font-weight: bold;">{$s.name}</td>
                 <td style="text-align: right;">{$s.today.data_total|number_format:3:".":","}</td>
                 <td style="text-align: right;">{$s.thisMonth.data_total|number_format:3:".":","}</td>
                 <td style="text-align: right;">{$s.lastMonth.data_total|number_format:3:".":","}</td>