Browse Source

Prettier display of vlan OK

feature_pre_subscribtion_vlan^2
Hugo LEVY-FALK 7 years ago
committed by chirac
parent
commit
7e9de612fa
  1. 2
      preferences/templates/preferences/aff_radiusoptions.html

2
preferences/templates/preferences/aff_radiusoptions.html

@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
<tr>
<th>{% trans "VLAN for machines accepted by RADIUS" %}</th>
<td>{{ radiusoptions.vlan_decision_ok }}</td>
<td><span class="label label-success">Vlan {{ radiusoptions.vlan_decision_ok }}</span></td>
</tr>
</table>
<hr/>

Loading…
Cancel
Save