bug fix
This commit is contained in:
@@ -189,7 +189,6 @@ module.exports = {
|
||||
|
||||
change_time_format: async function () {
|
||||
try {
|
||||
this.config.admin.time_format = !this.config.admin.time_format;
|
||||
await api.put("config/save", this.config);
|
||||
} catch (error) {
|
||||
console.error("Update failed:", error);
|
||||
|
||||
@@ -110,5 +110,5 @@ script#admin-general-view-template(type="text/x-template")
|
||||
.tip
|
||||
strong Note:
|
||||
br
|
||||
| Internet connected controllers times is set automatically.
|
||||
| Internet connected controllers time is set automatically.
|
||||
| Non-internet connected controllers will need to set time manually on every boot up.
|
||||
|
||||
Reference in New Issue
Block a user