1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

feat: adds table sort to homepage (#2330)

* feat: adds table sort to homepage

* feat: adds sorting to dashboard

* fixes colors
This commit is contained in:
Amir Raminfar
2023-07-31 09:54:27 -07:00
committed by GitHub
parent ac0b9b157e
commit 40c259b1be
4 changed files with 77 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ const memoryData = computedWithControl(
value: formatBytes(stat.snapshot.memoryUsage),
}));
return points;
}
},
);
</script>