Commit 00767db57f5cce2c6f445e5f4632c94084459b5d
Committed by
Paulo Meireles
1 parent
06d09a45
Exists in
master
and in
29 other branches
[Mezuro] Refactoring partial module result
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/content_viewer/_module_result.rhtml
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <tr class="<%= metric_result.metric.name.delete("() ")%>" style="display: none;"> |
28 | 28 | <td colspan="4"> |
29 | 29 | <div id='historical-<%= metric_result.metric.name.delete("() ") %>'> |
30 | - <a href="#" show-metric-history="<%= metric_result.metric.name.delete("() ") %>" data-module-name="<%= the_module.name %>" data-metric-name="<%= metric_result.metric.name.delete("() ") %>"> <p style="text-indent: 3em;"> Draw Historical Graphic </p> </a> | |
30 | + <a href="#" show-metric-history="<%= metric_result.metric.name.delete("() ") %>" data-module-name="<%= the_module.name %>" data-metric-name="<%= metric_result.metric.name.delete("() ") %>"> <p style="text-indent: 3em;"> Get Historical Values </p> </a> | |
31 | 31 | </div> |
32 | 32 | </td> |
33 | 33 | <td colspan="3" align="right"> | ... | ... |