Merge pull request 'open applications for all devices' (#144) from open-applications into main

Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/144
This commit is contained in:
Matthias Hemmerich 2024-01-19 05:37:34 +00:00
commit 3746d06523

View file

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