1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

fix secrets & console files & move coverage to dev/req

This commit is contained in:
catborise 2020-06-03 11:26:25 +03:00
parent 22157bb050
commit d95e60e2ad
6 changed files with 4 additions and 5 deletions

View file

@ -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>