mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 21:48:08 +00:00
Improve VPN page display
This commit is contained in:
parent
aad7a55d0b
commit
b4ec2711e2
|
@ -126,7 +126,11 @@
|
|||
<div class="info_tile">
|
||||
<div class="info_tile_header">Regenerate VPN Files</div>
|
||||
<div class="info_tile_contents">
|
||||
{% if vpn_file_exists %}
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" id="regen_ovpn" style="width: 70%;" href="#">regenerate</a>
|
||||
{% else %}
|
||||
Generating file...
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user