don't display deployments where patch is not deployed

This commit is contained in:
Frédéric Péters 2019-03-26 11:07:58 +01:00
parent 94089f2c76
commit 44e4364e5b
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ ul#deployed {
}
ul#deployed li.nok {
display: none;
color: #aaa;
}