8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0271d commit c4f7999Copy full SHA for c4f7999
app/admin/dashboard.rb
@@ -26,16 +26,18 @@
26
27
columns do
28
29
+ column do
30
+ div do
31
+ br
32
+ text_node %{<iframe src="https://rpm.newrelic.com/public/charts/6VooNO2hKWB" width="500" height="300" scrolling="no" frameborder="no"></iframe>}.html_safe
33
+ end
34
35
+
36
column do
37
panel "ActiveAdmin Demo" do
38
div do
39
render('/admin/sidebar_links', :model => 'dashboards')
40
end
-
- div do
- br
- text_node %{<iframe src="https://rpm.newrelic.com/public/charts/6VooNO2hKWB" width="500" height="300" scrolling="no" frameborder="no"></iframe>}.html_safe
- end
41
42
43
0 commit comments