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 %} - + - + {% for key in dev_conf_keys %} @@ -53,17 +53,15 @@ {% endblock %} -{% block sidebar%} -{% include "sidebar_devices.html" %} -{% endblock %} + {% block extra-js%} -{% endblock %} \ No newline at end of file +{% 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 %}
    {% get_verbose_field_name dev_conf key %}