~tardypad/tardypad.me

f488c4c60ba4ce0b1b0be9a337ceea9bff23b87c — Damien Tardy-Panis 1 year, 5 months ago 2cfe121
check: remove few items from system-updates list

- router didn't have an update for 2 years, will check it only
  occasionally
- phone automatically checks for update and notifies
- e-reader rarely has updates, it's enough to rely on the times we need
  to sync some books as well
2 files changed, 3 insertions(+), 18 deletions(-)

M sites/check/lists/system-updates
M sites/check/root/system-updates.html
M sites/check/lists/system-updates => sites/check/lists/system-updates +0 -3
@@ 1,9 1,6 @@
# System updates
Update server
Update Raspberry Pi
Update router
Update phone
Update e-reader
Sync rolling packages
Sync personal packages
Clean laptop

M sites/check/root/system-updates.html => sites/check/root/system-updates.html +3 -15
@@ 19,27 19,15 @@
</div>
<div>
    <input type="checkbox" id="3">
    <label for="3">Update router</label>
    <label for="3">Sync rolling packages</label>
</div>
<div>
    <input type="checkbox" id="4">
    <label for="4">Update phone</label>
    <label for="4">Sync personal packages</label>
</div>
<div>
    <input type="checkbox" id="5">
    <label for="5">Update e-reader</label>
</div>
<div>
    <input type="checkbox" id="6">
    <label for="6">Sync rolling packages</label>
</div>
<div>
    <input type="checkbox" id="7">
    <label for="7">Sync personal packages</label>
</div>
<div>
    <input type="checkbox" id="8">
    <label for="8">Clean laptop</label>
    <label for="5">Clean laptop</label>
</div>
            </div>
        </main>