1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: adds limit to docker containers (#3766)

This commit is contained in:
Amir Raminfar
2025-04-08 08:57:33 -07:00
committed by GitHub
parent df7e461876
commit f363b6f366
13 changed files with 85 additions and 19 deletions

View File

@@ -42,6 +42,8 @@ function createFuzzySearchModal() {
"host",
{},
"running",
0,
0,
[],
),
new Container(
@@ -55,6 +57,8 @@ function createFuzzySearchModal() {
"host",
{},
"running",
0,
0,
[],
),
new Container(
@@ -68,6 +72,8 @@ function createFuzzySearchModal() {
"host",
{},
"running",
0,
0,
[],
),
],