feat: added mDNS settings

This commit is contained in:
Yurii
2025-02-15 00:05:10 +03:00
parent 0c778d4c7f
commit bb7c3eeba3
8 changed files with 48 additions and 6 deletions

View File

@@ -57,6 +57,11 @@
<input type="checkbox" name="portal[auth]" value="true">
<span data-i18n>settings.portal.auth</span>
</label>
<label>
<input type="checkbox" name="portal[mdns]" value="true">
<span data-i18n>settings.portal.mdns</span>
</label>
<br />
<button type="submit" data-i18n>button.save</button>
@@ -773,6 +778,7 @@
setCheckboxValue("[name='portal[auth]']", data.portal.auth);
setInputValue("[name='portal[login]']", data.portal.login);
setInputValue("[name='portal[password]']", data.portal.password);
setCheckboxValue("[name='portal[mdns]']", data.portal.mdns);
setBusy('#portal-settings-busy', '#portal-settings', false);
// Opentherm