mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
openvpn: minor fixes
This commit is contained in:
parent
646763ff3c
commit
24418e2469
@ -68,7 +68,7 @@
|
|||||||
<h3>Status</h3>
|
<h3>Status</h3>
|
||||||
|
|
||||||
{% if not status.is_setup and not status.setup_running %}
|
{% if not status.is_setup and not status.setup_running %}
|
||||||
<p>OpenVPN has not yet been setup. Performing a secure setups
|
<p>OpenVPN has not yet been setup. Performing a secure setup
|
||||||
takes a very long time. Depending on how fast your
|
takes a very long time. Depending on how fast your
|
||||||
{{ cfg.box_name }} is, it may even take hours. If the setup is
|
{{ cfg.box_name }} is, it may even take hours. If the setup is
|
||||||
interrupted, you may start it again.</p>
|
interrupted, you may start it again.</p>
|
||||||
|
|||||||
@ -97,7 +97,7 @@ def profile(request):
|
|||||||
|
|
||||||
|
|
||||||
def get_status():
|
def get_status():
|
||||||
"""Get the current settings from Transmission server."""
|
"""Get the current settings from OpenVPN server."""
|
||||||
status = {'is_setup': openvpn.is_setup(),
|
status = {'is_setup': openvpn.is_setup(),
|
||||||
'setup_running': False,
|
'setup_running': False,
|
||||||
'enabled': openvpn.is_enabled(),
|
'enabled': openvpn.is_enabled(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user