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 042e64f commit 76dbf58
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions nerdlets/top-nerdlet/nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"id": "top-nerdlet",
"displayName": "Top",
"description": "",
"actionCategory": "troubleshoot",
"entities": [{ "domain": "INFRA", "type": "HOST" }]
}
"context": {
"entities": [
{
"domain": "INFRA",
"type": "HOST"
}
]
}
}

0 comments on commit 76dbf58

Please sign in to comment.