Commit d2d6503b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Display the listbox line icon

Fixup nexedi/erp5@18415f4d
parent 52dfae4f
...@@ -143,11 +143,12 @@ ...@@ -143,11 +143,12 @@
tr_element.appendChild(td_element); tr_element.appendChild(td_element);
} }
if (options.line_icon) { if (row.line_icon) {
td_element = document.createElement('td'); td_element = document.createElement('td');
sub_element = document.createElement('a'); sub_element = document.createElement('a');
sub_element.setAttribute('class', 'ui-btn-icon-right ui-icon-sign-in'); sub_element.setAttribute('class', 'ui-btn-icon-right ui-icon-sign-in');
sub_element.href = row.jump; sub_element.href = row.jump;
td_element.appendChild(sub_element);
tr_element.appendChild(td_element); tr_element.appendChild(td_element);
} }
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.543.11112.16196</string> </value> <value> <string>976.39970.24604.49271</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1559020859.26</float> <float>1561386450.62</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