Commit 9f2e22e9 authored by Roque's avatar Roque

erp5_web_monitoring: fix header jump link

parent ba428130
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
return gadget.jio_get(page_options.jio_key); return gadget.jio_get(page_options.jio_key);
}) })
.push(function (instance_tree) { .push(function (instance_tree) {
//TODO migrate return gadget.getUrlFor({command: 'store_and_change', options: {
gadget.getUrlFor({command: 'store_and_change', options: {
page: "ojsm_jump", page: "ojsm_jump",
jio_key: instance_tree.opml_url, jio_key: instance_tree.opml_url,
title: instance_tree.title, title: instance_tree.title,
view_title: "Related OPML", view_title: "Related OPML",
search_page: "ojsm_status_list" search_page: "ojs_local_controller",
portal_type: "Promise Module"
}}); }});
}) })
.push(function (url) { .push(function (url) {
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1016.474.34577.36078</string> </value> <value> <string>1016.620.37283.46318</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1713538236.89</float> <float>1713546999.65</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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