[UX] Added button to go to Dashboard

This commit is contained in:
BitcoinMitchell 2024-04-07 15:39:15 +02:00
parent 0ee632af25
commit a13be64da8

View File

@ -119,6 +119,7 @@
</div>
<div class="card-footer text-right">
<a href="{{ server_form.vars.value.host }}" class="btn btn-primary" target="_blank" rel="noopener noreferrer nofollow">{{ 'Visit Dashboard'|trans({}, 'Admin.Actions') }}</a>
<a href="{{ authorizeUrl }}" class="btn btn-primary" target="_blank" rel="noopener noreferrer nofollow">{{ 'Create API key'|trans({}, 'Admin.Actions') }}</a>
</div>
</div>