Add timeframe selector in cpu and memory graphs

This commit is contained in:
Johannes Zellner
2025-05-21 09:09:12 +02:00
parent 8e205207b0
commit 6e21f19bd5
3 changed files with 82 additions and 5 deletions
+1
View File
@@ -124,6 +124,7 @@ onMounted(async () => {
.graphs {
display: flex;
gap: 60px;
justify-content: space-between;
}
</style>