mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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>
|
||||
{% 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 %}
|
||||
|
||||
<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">
|
||||
{% for connection in connections %}
|
||||
<div class="list-group-item clearfix">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user