summaryrefslogtreecommitdiff
path: root/frontend/status/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/status/index.html')
-rw-r--r--frontend/status/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html
index d0d3185..b016a4f 100644
--- a/frontend/status/index.html
+++ b/frontend/status/index.html
@@ -69,11 +69,11 @@
<h1>Washer 1</h1>
<div class="flex-container row">
<div class="flex-center-container">
- <img id="detail-d1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
+ <img id="detail-w1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
- <span class="big-text" id="detail-d1-title">Idle</span>
- <span id="detail-d1-desc"></span>
+ <span class="big-text" id="detail-21-title">Idle</span>
+ <span id="detail-w1-desc"></span>
</div>
</div>
</div>
@@ -81,11 +81,11 @@
<h1>Dryer 2</h1>
<div class="flex-container row">
<div class="flex-center-container">
- <img id="detail-d1-img" src="/assets/img/dryer_off.png" alt="" style="width: 100px;">
+ <img id="detail-d2-img" src="/assets/img/dryer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
- <span class="big-text" id="detail-d1-title">Idle</span>
- <span id="detail-d1-desc"></span>
+ <span class="big-text" id="detail-d2-title">Idle</span>
+ <span id="detail-d2-desc"></span>
</div>
</div>
</div>
@@ -93,11 +93,11 @@
<h1>Washer 2</h1>
<div class="flex-container row">
<div class="flex-center-container">
- <img id="detail-d1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
+ <img id="detail-w1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
- <span class="big-text" id="detail-d1-title">Idle</span>
- <span id="detail-d1-desc"></span>
+ <span class="big-text" id="detail-w1-title">Idle</span>
+ <span id="detail-w1-desc"></span>
</div>
</div>
</div>