summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 17:55:41 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 17:55:41 +0700
commit4a4f58baeec340f3a38668500d368a13655684de (patch)
treeb755788bde674356575e103ed3b711c6ee55fda1 /frontend
parentb11c1ae20dc4978d9a0d65126aea29a8268af9b7 (diff)
almost there
Diffstat (limited to 'frontend')
-rw-r--r--frontend/status/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html
index b016a4f..5910487 100644
--- a/frontend/status/index.html
+++ b/frontend/status/index.html
@@ -93,11 +93,11 @@
<h1>Washer 2</h1>
<div class="flex-container row">
<div class="flex-center-container">
- <img id="detail-w1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
+ <img id="detail-w2-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-w1-title">Idle</span>
- <span id="detail-w1-desc"></span>
+ <span class="big-text" id="detail-w2-title">Idle</span>
+ <span id="detail-w2-desc"></span>
</div>
</div>
</div>