Merge pull request 'activate form for laptops without battery' (#118) from activate-form into main

Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/118
Reviewed-by: matti <matthias@mailbro.de>
This commit is contained in:
Matthias Hemmerich 2023-11-13 20:23:43 +00:00
commit 955a8bde50

View file

@ -1,8 +1,8 @@
{
"applicationsClosed": true,
"applicationsClosed": false,
"devices": [
{ "name": "Laptop", "available": false },
{ "name": "Laptop ohne Akku", "available": false },
{ "name": "Laptop ohne Akku", "available": true },
{ "name": "Desktop-Computer", "available": false }
]
}
}