Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
This commit tries to fix the failing tests

Signed-off-by: Akarshan Kapooor <data.akarshan@icloud.com>
  • Loading branch information
Kappuccino111 committed Jun 27, 2024
1 parent 2f3628b commit 1c618e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/admin_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ <h1>Admin Dashboard</h1>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ <h1 class="m-0">{{ title }}</h1>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/event_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ <h1>Event Dashboard</h1>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/firmware_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ <h1>Firmware Update Dashboard</h1>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/graph_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ <h1>Graph Dashboard</h1>
.catch(error => console.error('Error fetching data:', error));
});
</script>
{% endblock %}
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ <h1>Pending Communication</h1>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion server/django/sensordata/templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ <h1>Login</h1>
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion server/django/staticfiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
text-align: center;
font-size: 14px;
color: #666;
}
}

0 comments on commit 1c618e4

Please sign in to comment.