diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html
index f538deb..394bb47 100644
--- a/apps/main/templates/base.html
+++ b/apps/main/templates/base.html
@@ -90,17 +90,19 @@
{% if no_sidebar %}
-
+
{% else %}
+
+
+
{% endif %}
-
-
-
+
{% if no_sidebar %}
diff --git a/apps/main/templates/dev_conf.html b/apps/main/templates/dev_conf.html
index 8cb22c5..a8e31c4 100644
--- a/apps/main/templates/dev_conf.html
+++ b/apps/main/templates/dev_conf.html
@@ -17,7 +17,7 @@
Edit
Delete
Import
-
Export
+
Export
{% block extra-menu-actions %}
{% endblock %}
----------------
@@ -30,16 +30,16 @@
{% endif %}
Write
Read
-
+
{% endblock %}
Status |
- {{dev_conf.device.get_status_display}} |
+ {% if dev_conf.device.device_type.name == 'abs' %} {{connected_modules}} {% else %} {{dev_conf.device.get_status_display}}{% endif %} |
-
+
{% for key in dev_conf_keys %}
{% get_verbose_field_name dev_conf key %} |
@@ -53,17 +53,15 @@
{% endblock %}
-{% block sidebar%}
-{% include "sidebar_devices.html" %}
-{% endblock %}
+
{% block extra-js%}
-{% endblock %}
\ No newline at end of file
+{% endblock %}