File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -72,19 +72,17 @@ <h2>{% trans "Device:" %} {{ device.id }}</h2>
72
72
</ div >
73
73
74
74
<!-- Battery Status Chart -->
75
- < div class ="row ">
76
- < h3 class ="mt-4 mb-4 "> {% trans "Battery Status" %}</ h3 >
75
+ < h3 class ="mt-4 mb-4 "> {% trans "Battery Status" %}</ h3 >
77
76
78
- {% if battery_status %}
79
- < div class ="chart-container ">
80
- < canvas id ="chart-battery "> </ canvas >
81
- </ div >
82
- {% else %}
83
- < div class ="alert alert-info " role ="alert ">
84
- {% trans "No battery status available for this device." %}
85
- </ div >
86
- {% endif %}
87
- </ div >
77
+ {% if battery_status %}
78
+ < div class ="chart-container ">
79
+ < canvas id ="chart-battery "> </ canvas >
80
+ </ div >
81
+ {% else %}
82
+ < div class ="alert alert-info " role ="alert ">
83
+ {% trans "No battery status available for this device." %}
84
+ </ div >
85
+ {% endif %}
88
86
89
87
<!-- Device Logs -->
90
88
< h3 class ="mt-4 mb-4 "> {% trans "Log" %}</ h3 >
You can’t perform that action at this time.
0 commit comments