Skip to content

Commit

Permalink
fix: deprecated platform parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Oct 12, 2021
1 parent 97befce commit ffbe5e6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions nerdlets/service-containers/nr1.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]
}
}

0 comments on commit ffbe5e6

Please sign in to comment.