Skip to content

Commit

Permalink
fix: fix dashboard schema for dotnet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
polfliet authored Sep 15, 2021
1 parent 2a208b3 commit 8af7967
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packs/dotnet/dotnet/dashboards/dotnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": ".NET App",
"description": null,
"permissions": "PUBLIC_READ_WRITE",
"name": ".NET",
"description": ".NET",
"pages": [
{
"name": ".NET App Overview",
"description": null,
"description": ".NET App Overview",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -128,7 +127,7 @@
},
{
"name": "Errors",
"description": null,
"description": "Errors",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -256,7 +255,7 @@
},
{
"name": "VM Metrics",
"description": null,
"description": "VM Metrics",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -360,7 +359,7 @@
},
{
"name": "Transactions",
"description": null,
"description": "Transactions",
"widgets": [
{
"visualization": {
Expand Down

0 comments on commit 8af7967

Please sign in to comment.