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