8000 Use text_node to render NewRelic graph. · adityai/activeadmin-demo@9f1b670 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f1b670

Browse files
committed
Use text_node to render NewRelic graph.
1 parent 3146aae commit 9f1b670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/dashboards.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
div do
2323
br
24-
%{<iframe src="https://rpm.newrelic.com/public/charts/6VooNO2hKWB" width="500" height="300" scrolling="no" frameborder="no"></iframe>}.html_safe
24+
text_node %{<iframe src="https://rpm.newrelic.com/public/charts/6VooNO2hKWB" width="500" height="300" scrolling="no" frameborder="no"></iframe>}.html_safe
2525
end
2626
end
2727

0 commit comments

Comments
 (0)
0