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

feat: adds a sub header to display stats on mobile view (#2212)

This commit is contained in:
Amir Raminfar
2023-05-23 12:07:19 -07:00
committed by GitHub
parent 8586f16ea5
commit fc0c189e38
6 changed files with 24 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
import { ContainerHealth } from "@/types/Container";
defineProps<{
health: ContainerHealth;
health: ContainerHealth | undefined;
}>();
</script>