Skip to content

Commit

Permalink
remove legacy inline onClick handler in AbstractPlotPublisher/config.…
Browse files Browse the repository at this point in the history
…jelly
  • Loading branch information
shlomomdahan committed Nov 19, 2024
1 parent 166cc71 commit 3e7cc96
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
<f:entry title="" description="${%A new data series definition}">
<f:repeatable var="series" items="${plot.series}" minimum="1">
<div>
<f:entry title="${%Data series file}" help="/plugin/plot/help-series.html">
<f:textbox name="file" value="${series.file}"
checkUrl="'descriptorByName/hudson.plugins.plot.PlotPublisher/checkSeriesFile?value='+toValue(this)" />
<f:entry title="${%Data series file}" field="seriesFile" help="/plugin/plot/help-series.html">
<f:textbox name="file" value="${series.file}"/>
</f:entry>

<f:radioBlock name="fileType" value="properties" title="${%Load data from properties file}" help="/plugin/plot/help-properties.html" checked="${series.fileType=='properties' or series.fileType==null}">
Expand Down

0 comments on commit 3e7cc96

Please sign in to comment.