All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.motionchart.motionchart.html.erb Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
<%
metrics = Property.value(@page.getDefaultMetricsKey(), nil, @page.getDefaultMetricsValue()) + ',' + Property.value(@page.getAdditionalMetricsKey(), nil, @page.getAdditionalMetricsDefaultValue())
ws_url = "#{ApplicationController.root_context}/api/plugins/MotionchartWebService?out=json&metrics=#{metrics}"
ws_url = ws_url + "&resource=#{@project.id}" if @project
%>
<% if @project %> <% else %> <% end %>
Period: Components: <%= image_tag('loading.gif', {:id => "mc_loading"}) %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy