Title: [opsview] [9872] fix iframe link
Revision
9872
Author
aburzynski
Date
2012-08-21 11:17:48 +0100 (Tue, 21 Aug 2012)

Log Message

fix iframe link

Modified Paths


Modified: trunk/opsview-web/root/graph/style/graph_common
===================================================================
--- trunk/opsview-web/root/graph/style/graph_common	2012-08-21 08:45:00 UTC (rev 9871)
+++ trunk/opsview-web/root/graph/style/graph_common	2012-08-21 10:17:48 UTC (rev 9872)
@@ -9,8 +9,8 @@
     [%# The uri_for should include the full URI -%]
     embedTag: "<iframe width='{{width}}' height='{{height}}' style='overflow: hidden;' frameborder='0' "+
               "scrolling='0' marginheight='0' marginwidth='0' " + 
-              "src="" c.uri_for('/graph').path | escape_js_string %]?style=embed&state={{state}}'></iframe><br />" + 
-              "<small><a href="" c.uri_for('/graph').path | escape_js_string %]?style=singleton&state={{state}}'>" + 
+              "src=''/graph').path | escape_js_string %]?style=embed&state={{state}}'></iframe><br />" + 
+              "<small><a href=''/graph').path | escape_js_string %]?style=singleton&state={{state}}'>" + 
               "[% c.loc("ui.graph.help.viewLargerGraph") | escape_js_string %]</a></small>",
     seriesAutocompleter: baseUrl + "[% c.uri_for('/search/performancemetric').path | escape_js_string %]",
     loadingIcon: "[% images.indicator | escape_js_string %]",

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to