mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
networks: Move actions button into connection section
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
cc1aef969c
commit
0748d951b3
@ -54,23 +54,23 @@
|
|||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block status %}
|
|
||||||
<a href="{% url 'networks:scan' %}" class="btn btn-default"
|
|
||||||
role="button" title="{% trans 'Nearby Wi-Fi Networks' %}">
|
|
||||||
<span class="fa fa-wifi" aria-hidden="true"></span>
|
|
||||||
{% trans "Nearby Wi-Fi Networks" %}
|
|
||||||
</a>
|
|
||||||
<a href="{% url 'networks:add' %}" class="btn btn-default"
|
|
||||||
role="button" title="{% trans 'Add Connection' %}">
|
|
||||||
<span class="fa fa-plus" aria-hidden="true"></span>
|
|
||||||
{% trans "Add Connection" %}
|
|
||||||
</a>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block configuration %}
|
{% block configuration %}
|
||||||
|
|
||||||
<h3>{% trans "Connections" %}</h3>
|
<h3>{% trans "Connections" %}</h3>
|
||||||
|
|
||||||
|
<div class="btn-toolbar">
|
||||||
|
<a href="{% url 'networks:scan' %}" class="btn btn-default"
|
||||||
|
role="button" title="{% trans 'Nearby Wi-Fi Networks' %}">
|
||||||
|
<span class="fa fa-wifi" aria-hidden="true"></span>
|
||||||
|
{% trans "Nearby Wi-Fi Networks" %}
|
||||||
|
</a>
|
||||||
|
<a href="{% url 'networks:add' %}" class="btn btn-default"
|
||||||
|
role="button" title="{% trans 'Add Connection' %}">
|
||||||
|
<span class="fa fa-plus" aria-hidden="true"></span>
|
||||||
|
{% trans "Add Connection" %}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
{% for connection in connections %}
|
{% for connection in connections %}
|
||||||
<div class="list-group-item clearfix">
|
<div class="list-group-item clearfix">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user