feature(homepage-dashboard) adding widgets and fixing sensors
This commit is contained in:
@@ -156,6 +156,23 @@ in
|
|||||||
longitude = 16.324541;
|
longitude = 16.324541;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
datetime = {
|
||||||
|
text_size = "x1";
|
||||||
|
format = {
|
||||||
|
hour12 = false;
|
||||||
|
timeStyle = "short";
|
||||||
|
dateStyle = "long";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
resources = {
|
||||||
|
label = "";
|
||||||
|
memory = true;
|
||||||
|
disk = [ "/" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
services =
|
services =
|
||||||
@@ -238,7 +255,7 @@ in
|
|||||||
widget = {
|
widget = {
|
||||||
type = "glances";
|
type = "glances";
|
||||||
url = "http://localhost:${port}";
|
url = "http://localhost:${port}";
|
||||||
metric = "sensor:Composite";
|
metric = "sensor:pkg";
|
||||||
chart = false;
|
chart = false;
|
||||||
version = 4;
|
version = 4;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user