Merge pull request 'close applications for laptops' (#146) from close-applications into main

Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/146
This commit is contained in:
Yannik Rödel 2024-01-23 22:31:35 +00:00
commit d779d8b23e

View file

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