mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 23:45:25 +00:00
Fixed checkbox tick and changed backup/restore label
This commit is contained in:
parent
64f8414217
commit
cd27472e2d
20
lib/SvelteUi/app/dist/index.js
vendored
20
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -183,7 +183,7 @@
|
||||
</div>
|
||||
{#if sysinfo.security == 0 || data.a}
|
||||
<div class="cnt">
|
||||
<strong class="text-sm">Configuration</strong>
|
||||
<strong class="text-sm">Backup & restore</strong>
|
||||
<form method="get" action="/configfile.cfg" autocomplete="off">
|
||||
<div class="grid grid-cols-2">
|
||||
{#each cfgItems as el}
|
||||
|
||||
@ -61,8 +61,6 @@ for webroot in ["lib/SvelteUi/app/dist", "lib/SvelteUi/json"]:
|
||||
try:
|
||||
if filename.endswith(".html"):
|
||||
content = html_minify(content)
|
||||
elif filename.endswith(".css"):
|
||||
content = css_minify(content)
|
||||
elif filename.endswith(".json"):
|
||||
content = js_minify(content)
|
||||
except:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user