Commit f68a615e authored by Paul Graydon's avatar Paul Graydon

erp5_wendelin_tutorial_ui_test: Connect to Wendelin's UI hateoas instead of ERP5's

parent 9d6e45ad
......@@ -93,7 +93,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url = "https://softinst133633.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/";
hateoas_url = "https://softinst133633.host.vifib.net/erp5/web_site_module/default_wendelin_front/hateoas/";
jio = jIO.createJIO({
  type: "erp5",
  url: hateoas_url,
......@@ -293,7 +293,7 @@ plot();</code>
<p>For that change the line :</p>
<pre>
<code>hateoas_url = &quot;https://softinstXXX.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/&quot;;
<code>hateoas_url = &quot;https://softinstXXX.host.vifib.net/erp5/web_site_module/default_wendelin_front/hateoas/&quot;;
</code></pre>
<p>The script will find automatically find the resampled arrays based on the Data Product&nbsp;and plot the data using&nbsp;<a href="https://plotly.com/">plotly library</a>.</p>
......@@ -420,7 +420,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url = &quot;${base_url}/web_site_module/renderjs_runner/hateoas/&quot;;
hateoas_url = &quot;${base_url}/web_site_module/default_wendelin_front/hateoas/&quot;;
jio = jIO.createJIO({
&nbsp; type: &quot;erp5&quot;,
&nbsp; url: hateoas_url,
......
......@@ -2106,7 +2106,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url = &quot;https://softinst133633.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/&quot;;
hateoas_url = &quot;https://softinst133633.host.vifib.net/erp5/web_site_module/default_wendelin_front/hateoas/&quot;;
jio = jIO.createJIO({
&nbsp; type: &quot;erp5&quot;,
&nbsp; url: hateoas_url,
......@@ -2228,7 +2228,7 @@ function getPredictionData(start_date, stop_date){
<p>&nbsp;</p>
<pre>
<code>hateoas_url = &quot;https://softinstXXX.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/&quot;;
<code>hateoas_url = &quot;https://softinstXXX.host.vifib.net/erp5/web_site_module/default_wendelin_front/hateoas/&quot;;
</code></pre>
<p>&nbsp;</p>
......@@ -2298,7 +2298,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url = &quot;${base_url}/web_site_module/renderjs_runner/hateoas/&quot;;
hateoas_url = &quot;${base_url}/web_site_module/default_wendelin_front/hateoas/&quot;;
jio = jIO.createJIO({
&nbsp; type: &quot;erp5&quot;,
&nbsp; url: hateoas_url,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment