mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 18:44:49 +00:00
fix secrets & console files & move coverage to dev/req
This commit is contained in:
parent
22157bb050
commit
d95e60e2ad
6 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% load i18n %}
|
||||
{% load font_awesome %}
|
||||
{% load bootstrap4 %}
|
||||
<div class="btn-group float-right" role="group" aria-label="Add host button group">
|
||||
<div class=" btn-group btn-header float-right" role="group" aria-label="Add host button group">
|
||||
<a href="{% url 'add_tcp_host' %}" class="btn btn-success">{% trans "TCP" %}</a>
|
||||
<a href="{% url 'add_ssh_host' %}" class="btn btn-success">{% trans "SSH" %}</a>
|
||||
<a href="{% url 'add_tls_host' %}" class="btn btn-success">{% trans "TLS" %}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue