diff --git a/nerdlets/service-containers/nr1.json b/nerdlets/service-containers/nr1.json index ea1f3ca..6f888e4 100644 --- a/nerdlets/service-containers/nr1.json +++ b/nerdlets/service-containers/nr1.json @@ -1,13 +1,14 @@ { - "schemaType": "NERDLET", - "id": "service-containers", - "displayName": "Containers", - "description": "Show Docker Containers", - "actionCategory": "troubleshoot", + "schemaType": "NERDLET", + "id": "service-containers", + "displayName": "Containers", + "description": "Show Docker Containers", + "context": { "entities": [ { "domain": "APM", "type": "APPLICATION" } - ] -} + ] + } +} \ No newline at end of file