Commit 75796428 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

slapos_jio: remove destroyed software installation from listbox in computer_view page

It's not needed to show destroyed Software Installation in "Supplied Softwares" list which only make the research more harder.
parent f311390b
...@@ -263,7 +263,8 @@ ...@@ -263,7 +263,8 @@
"lines": 10, "lines": 10,
"list_method": "portal_catalog", "list_method": "portal_catalog",
"query": "urn:jio:allDocs?query=portal_type%3A%22" + "query": "urn:jio:allDocs?query=portal_type%3A%22" +
"Software Installation" + "%22%20AND%20default_aggregate_reference%3A" + gadget.state.doc.reference, "Software Installation" + "%22%20AND%20validation_state%3A%22validated%22%20AND%20default_aggregate_reference%3A" +
gadget.state.doc.reference,
"portal_type": [], "portal_type": [],
"search_column_list": column_list, "search_column_list": column_list,
"sort_column_list": column_list, "sort_column_list": column_list,
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>971.7562.16184.25378</string> </value> <value> <string>971.23277.19267.41779</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1540214800.54</float> <float>1541590059.05</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