Development
This commit is contained in:
parent
c5953be868
commit
57e473afc7
2 changed files with 7 additions and 7 deletions
|
|
@ -90,6 +90,7 @@ def collect_tokens(cfg):
|
|||
tokens['RADIUS_INNER_PROTOCOL_OPTIONS'] = json.dumps(
|
||||
_inner_opts_ttls if _eap_proto == 'eap_ttls' else _inner_opts_peap
|
||||
)
|
||||
tokens['RADIUS_PRO_NOTE'] = '' if PRO_LICENSE else '<p class="text-muted">802.1X authentication modes require a Routlin Pro license.</p><br>'
|
||||
pro_suffix = '' if PRO_LICENSE else ' (PRO REQUIRED)'
|
||||
pro_disabled = not PRO_LICENSE
|
||||
tokens['RADIUS_AUTH_MODE_OPTIONS'] = json.dumps([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue