Skip to content

Commit

Permalink
Later version -> graph_dashboard.html
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshan Kapoor <data.akarshan@icloud.com>
  • Loading branch information
Kappuccino111 authored and jonas-rem committed Aug 30, 2024
1 parent f1b19c2 commit 36dedfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/django/sensordata/templates/graph_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ <h1>Graph Dashboard</h1>
<label for="resourceTypeSelector">Select Resource Type:</label>
<select id="resourceTypeSelector">
<option value="temperature">Temperature</option>
<option value="humidity">Humidity</option>
<!-- TODO: Add more options as needed -->
</select>
<canvas id="resourceChart" width="400" height="200"></canvas>
Expand Down

0 comments on commit 36dedfe

Please sign in to comment.