Skip to content

Commit

Permalink
Make tendrl compatible with Gragfana 5.x.x
Browse files Browse the repository at this point in the history
tendrl-bug-id: Tendrl/issues/357

Signed-off-by: Gowthamshanmugasundaram <[email protected]>
  • Loading branch information
GowthamShanmugam committed Mar 3, 2018
1 parent ef2ab64 commit 8cacebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tendrl/monitoring_integration/grafana/alert_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ def create_resource_dashboard(
global_row = {"collapse": False,
"height": 250,
"panels": [],
"repeat": "null",
"repeatIteration": "null",
"repeatRowId": "null",
"repeat": None,
"repeatIteration": None,
"repeatRowId": None,
"showTitle": False,
"title": "Dashboard Row",
"titleSize": "h6"
Expand Down

0 comments on commit 8cacebe

Please sign in to comment.