Changeset - fbc229d3812b
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-09-13 19:03:30
dennis.fink@c3l.lu
Sort the servers by country and server_name
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/status/macros.html
Show inline comments
 
@@ -52,7 +52,7 @@
 
      </tr>
 
    </thead>
 
    <tbody>
 
      {% for server in servers %}
 
      {% for server in servers|sort(attribute='server_name')|sort(attribute='country') %}
 
      <tr {% if server['server_name'] in config['ENNSTATUS_BRIDGE_PROGRAM'] %}class="info"{% endif %}>
 
          <td>{{ loop.index }}</td>
 
          {% if server_type in ('Exit', 'Relay') %}
0 comments (0 inline, 0 general)