http ota: use a sample ICCID in PSK Identity / agent ID placeholders

Both placeholders now show a synthetic sample ICCID (89012345678901234567)
instead of Test123 / v1.0. SW cache v64 -> v65.
This commit is contained in:
2026-09-11 00:38:12 +03:00
parent 025e90a270
commit 26ee8974cc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -180,7 +180,7 @@
<div id="hota-sec-fields" class="hidden space-y-2">
<div class="flex gap-2">
<div class="flex-1"><label class="block text-xs text-gray-600 dark:text-slate-400" data-l10n="PSK Identity (text)">PSK Identity (text)</label>
<input id="hota-psk-text" class="font-mono w-full border border-gray-300 dark:border-slate-600 text-sm rounded px-2 py-1.5 dark:bg-slate-800" placeholder="Test123">
<input id="hota-psk-text" class="font-mono w-full border border-gray-300 dark:border-slate-600 text-sm rounded px-2 py-1.5 dark:bg-slate-800" placeholder="89012345678901234567">
</div>
<div class="w-16"><label class="block text-xs text-gray-600 dark:text-slate-400">KVN</label>
<input id="hota-kvn" maxlength="2" value="01" class="font-mono w-full border border-gray-300 dark:border-slate-600 text-sm rounded px-2 py-1.5 dark:bg-slate-800">
@@ -235,7 +235,7 @@
</div>
<div class="flex gap-2">
<div class="flex-1"><label class="block text-xs text-gray-600 dark:text-slate-400" data-l10n="HTTP agent ID (text, X-Admin-From)">HTTP agent ID (text, X-Admin-From)</label>
<input id="hota-agent" class="font-mono w-full border border-gray-300 dark:border-slate-600 text-sm rounded px-2 py-1.5 dark:bg-slate-800" placeholder="v1.0">
<input id="hota-agent" class="font-mono w-full border border-gray-300 dark:border-slate-600 text-sm rounded px-2 py-1.5 dark:bg-slate-800" placeholder="89012345678901234567">
</div>
</div>
<div class="flex gap-2">
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v64';
const CACHE = 'otaman-v65';
const URLS = [
'index.html',
'help.html',