fix(APPA/gethomepage): fix layout
This commit is contained in:
parent
bdb8d2773f
commit
8aaec8d801
1 changed files with 22 additions and 14 deletions
|
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue