fix(APPA/gethomepage): fix layout

This commit is contained in:
Jacob Bachmann 2024-09-19 15:04:06 +02:00
parent bdb8d2773f
commit 8aaec8d801
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -4,20 +4,28 @@
listenPort = 8002; listenPort = 8002;
settings = { settings = {
title = "dryb.org"; title = "dryb.org";
layout = { theme = "light";
color = "white";
layout = [
{
"Network" = { "Network" = {
style = "row"; style = "row";
columns = 3; columns = 3;
}; };
}
{
"IOT" = { "IOT" = {
style = "row"; style = "row";
columns = 3; columns = 3;
}; };
}
{
"Services" = { "Services" = {
style = "row"; style = "row";
columns = 3; columns = 3;
}; };
}; }
];
}; };
services = [ services = [
{ {