ftimme
2013-07-22 0da99ab8674724662940fbdddd917f48892c250f
interface/web/monitor/templates/show_monit.htm
@@ -3,7 +3,7 @@
<div class="panel panel_system">
<tmpl_if name='monit_url'>
    <iframe src="{tmpl_var name="monit_url"}" width="100%" height="1000" frameborder="0" style="overflow:visible;"></iframe>
    <iframe src="{tmpl_var name='monit_url'}" width="100%" height="1000" frameborder="0" style="overflow:visible;"></iframe>
<tmpl_else>
   <div id="errorMsg"><h3>ERROR</h3><ol><li>{tmpl_var name="no_monit_url_defined_txt"} {tmpl_var name="no_permissions_to_view_monit_txt"}<br></li></ol></div>
</tmpl_if>