aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-06 23:17:20 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-06 23:17:20 +0300
commit93b3beeb4259d3dd6f7c361787d431115eb377bd (patch)
tree39d5c6ec270b8219c99637adbda4e02ae84b21ce
parent357416b38fd9b4defe8dc0f3baa4072019415ded (diff)
fix(templates): incorrect button id
-rw-r--r--src/main/resources/templates/storageSlots.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/storageSlots.html b/src/main/resources/templates/storageSlots.html
index 3f09ee6..6b75d39 100644
--- a/src/main/resources/templates/storageSlots.html
+++ b/src/main/resources/templates/storageSlots.html
@@ -7,7 +7,7 @@
<div class="indent">
<form method="get" action="/newStorageSlot">
- <button id="newOperationBtn" type="submit" class="btn btn-primary">Создать новую ячейку хранения</button>
+ <button id="newStorageSlotBtn" type="submit" class="btn btn-primary">Создать новую ячейку хранения</button>
</form>
<br>