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;
|
||||
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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue