Commit 390a1765 authored by Roque's avatar Roque

erp5_web_monitoring: fix instance tree view parameter sort

parent 35487370
......@@ -30,8 +30,9 @@
return gadget.jio_allDocs({
query: '(portal_type:"Software Instance") AND (specialise_title:"' +
options.title + '")',
select_list: ["_links", "title", "parameters", "aggregate_reference"],
})
sort_on: [["title", "ascending"]],
select_list: ["_links", "title", "parameters", "aggregate_reference"]
});
})
.push(function (result) {
return gadget.changeState({instance_dict: result});
......
......@@ -250,7 +250,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1015.55908.18863.58897</string> </value>
<value> <string>1016.10516.11551.16861</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -270,7 +270,7 @@
</tuple>
<state>
<tuple>
<float>1712932100.79</float>
<float>1714140736.42</float>
<string>UTC</string>
</tuple>
</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