add docker containers
This commit is contained in:
parent
c450c5c906
commit
992bff9ca1
1 changed files with 5 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ in {
|
|||
{
|
||||
type = "to-do";
|
||||
id = "tasks";
|
||||
hide-header = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -252,6 +251,11 @@ in {
|
|||
check-url = builtins.elemAt e 3;
|
||||
}) services;
|
||||
}
|
||||
{
|
||||
type = "docker-containers";
|
||||
title = "Containers";
|
||||
format-container-names = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue