Skip to content

Commit

Permalink
chore: fix dashboard mixins that fail due beeing editable (#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schubert <[email protected]>
  • Loading branch information
bastischubert authored Dec 23, 2024
1 parent 057a9d5 commit 37e9817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snmp-mixin/dashboards/snmp_ubiquiti_access_point.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
]
},
"editable": true,
"editable": false,
"gnetId": null,
"graphTooltip": 1,
"id": 6,
Expand Down
2 changes: 1 addition & 1 deletion snmp-mixin/dashboards/snmp_ubiquiti_wifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
]
},
"editable": true,
"editable": false,
"gnetId": null,
"graphTooltip": 1,
"id": 7,
Expand Down

0 comments on commit 37e9817

Please sign in to comment.