ui: remove "+ Добавить камеру" and "Очистить все" header buttons

Adding a camera stays available via the per-slot "+ Добавить" row. JS handlers
are already guarded with if (el), so no logic changes are needed.

VERSION 0.0.133.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 20:32:06 +05:00
parent 20dfed0bae
commit 1e6974acb8
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.132 0.0.133
-2
View File
@@ -50,8 +50,6 @@
<div style="display:flex;gap:8px"> <div style="display:flex;gap:8px">
<button id="bulk-edit">Изменить</button> <button id="bulk-edit">Изменить</button>
<button id="bulk-cancel" hidden>Отмена</button> <button id="bulk-cancel" hidden>Отмена</button>
<button id="add-cam">+ Добавить камеру</button>
<button id="clear-cams" class="danger" title="Удалить все камеры (архив не трогается)">Очистить все</button>
</div> </div>
</div> </div>
<table class="cams"> <table class="cams">