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;
settings = {
title = "dryb.org";
layout = {
"Network" = {
style = "row";
columns = 3;
};
"IOT" = {
style = "row";
columns = 3;
};
"Services" = {
style = "row";
columns = 3;
};
};
theme = "light";
color = "white";
layout = [
{
"Network" = {
style = "row";
columns = 3;
};
}
{
"IOT" = {
style = "row";
columns = 3;
};
}
{
"Services" = {
style = "row";
columns = 3;
};
}
];
};
services = [
{