фича: имя веб-сервера

This commit is contained in:
2025-01-30 10:59:37 +03:00
parent 995a6156bc
commit a59c8e48d9
6 changed files with 111 additions and 54 deletions

View File

@@ -186,6 +186,10 @@
{% if 'qos' in tab_names_array %}
this.updateQosSettings(vals)
{% endif %}
if ('netServerName' in vals['settings']) {
document.getElementsByTagName('title')[0].innerText = vals['settings']['netServerName']
}
}
doFetchSettings().then(() => {})