Commit daec3c01 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Listbox: restore the jump anchor

So called "click-click" element.
parent 58bc0f8c
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
sub_element.setAttribute('class', 'ui-icon-carat-r ui-btn-icon-notext'); sub_element.setAttribute('class', 'ui-icon-carat-r ui-btn-icon-notext');
sub_element.href = row.jump; sub_element.href = row.jump;
sub_element.textContent = ' '; sub_element.textContent = ' ';
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.39970.24604.49271</string> </value> <value> <string>977.11616.36565.47718</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>1561386450.62</float> <float>1563530945.78</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