Kaynağa Gözat

Fixes #490: Corrected display of circuit commit rate

Jeremy Stretch 9 yıl önce
ebeveyn
işleme
7a558d8332
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      netbox/templates/circuits/circuit.html

+ 2 - 2
netbox/templates/circuits/circuit.html

@@ -95,8 +95,8 @@
                 <tr>
                 <tr>
                     <td>Commit Rate</td>
                     <td>Commit Rate</td>
                     <td>
                     <td>
-                        {% if circuit.commit_speed %}
-                            {{ circuit.commit_speed_human }}
+                        {% if circuit.commit_rate %}
+                            {{ circuit.commit_rate_human }}
                         {% else %}
                         {% else %}
                             <span class="text-muted">N/A</span>
                             <span class="text-muted">N/A</span>
                         {% endif %}
                         {% endif %}