front: переход на новую схему конфигураций, удаление ЦЗС пароля в tdma, добавление firmware fpga version

This commit is contained in:
2025-12-01 11:35:48 +03:00
parent 7a9faf237f
commit 3bc726535e
13 changed files with 538 additions and 553 deletions

View File

@@ -63,22 +63,6 @@ async settingsPerformFirmwareUpgradeOta() {
}
this.submitStatus.firmwareUpgradeOta = false
},
async settingsPerformSetCesPassword() {
if (this.submitStatus.cesPassword) { return }
this.submitStatus.cesPassword = true
try {
await fetch('/api/set/cesPassword', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({'password': this.cesPasswordValue})
})
} catch (e) {
console.log("failed to perform set CES password: ", e)
}
this.submitStatus.cesPassword = false
},
{% endif %}
doModemReboot() {