newrelic / nr1-workshop

Self-paced training workshop for the NR1 CLI/SDK
Apache License 2.0
85 stars 68 forks source link

Wrong data object being passed to _renderTable helper method in lab5 #52

Closed jaesius closed 4 years ago

jaesius commented 4 years ago

In the return statement for EntityCountQuery

{this._renderTable(data.actor.entitySearch.types)}

Should be

{this._renderTable(data.types)}
mcrosby114 commented 4 years ago

I'll take this if available