Add VPN log

This commit is contained in:
Taylor Helsper 2023-02-11 12:04:30 -06:00
parent 2bb38f032a
commit 1d450285dc
2 changed files with 1 additions and 1 deletions

View File

@ -553,6 +553,7 @@
"app_tile_button_href": "/vpn-info",
"show_on_homepage": true,
"show_on_application_page": true,
"show_on_status_page": true,
"can_reinstall": false,
"homepage_section": "remote_services",
"homepage_order": 3,

View File

@ -203,7 +203,6 @@
{% for app in apps %}
{% if app.show_on_status_page %}
{% set display = 1 %}
{% if app.requires_bitcoin and not is_bitcoin_synced %}
{% set display = 0 %}
{% endif %}