{% extends "base.html" %} {% block content %}
Sensor_id | Hostname | Sensor type | ||
---|---|---|---|---|
{{ sensor_id }} | {{ hostname_dict|get_item:sensor_id }} | {{ sensor_type_dict|get_item:sensor_id }} | Add location | Sensor info |
There are no sensors without set location
{% endif %}Sensor_id | Hostname | Location | Room | ||||
---|---|---|---|---|---|---|---|
{{ sensor_id.sensor_id }} | {{ sensor_id.hostname }} | {{ sensor_id.location }} | {% if sensor_id.room %}{{ sensor_id.room }} | {% else %}{% endif %} | Edit | Sensor info | Remove |
There are no sensors with set location
{% endif %}Sensor_id | Hostname | Location | ||||
---|---|---|---|---|---|---|
{{ sensor_id.sensor_id }} | {{ sensor_id.hostname }} | {{ sensor_id.location }} | Edit | Sensor info | Remove |
There are no sensors with set location
{% endif %}