Skip to content

Commit 8cacebe

Browse files
Make tendrl compatible with Gragfana 5.x.x
tendrl-bug-id: Tendrl/issues/357 Signed-off-by: Gowthamshanmugasundaram <[email protected]>
1 parent ef2ab64 commit 8cacebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tendrl/monitoring_integration/grafana/alert_dashboard.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ def create_resource_dashboard(
9797
global_row = {"collapse": False,
9898
"height": 250,
9999
"panels": [],
100-
"repeat": "null",
101-
"repeatIteration": "null",
102-
"repeatRowId": "null",
100+
"repeat": None,
101+
"repeatIteration": None,
102+
"repeatRowId": None,
103103
"showTitle": False,
104104
"title": "Dashboard Row",
105105
"titleSize": "h6"

0 commit comments

Comments
 (0)