mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
networks: Remove unnecessary column sizing
Signed-off-by: Manish Tripathy <manisht@thougtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a41e78575d
commit
de546bc2e9
@ -56,8 +56,6 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<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">
|
||||||
@ -109,7 +107,5 @@
|
|||||||
{% include "connections_diagram.html" %}
|
{% include "connections_diagram.html" %}
|
||||||
|
|
||||||
{% include "diagnostics_button.html" with module="networks" enabled=True %}
|
{% include "diagnostics_button.html" with module="networks" enabled=True %}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user