Commit e1af6225 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Fix sort icon display

parent fee0f05b
......@@ -292,9 +292,9 @@
tmp = gadget.props.sort_list[j];
if (tmp[0] === gadget.props.field_json.column_list[i][0]) {
if (tmp[1] === "ascending") {
class_value = "ui-icon-arrow-up";
class_value = "ui-icon ui-icon-arrow-up";
} else {
class_value = "ui-icon-arrow-down";
class_value = "ui-icon ui-icon-arrow-down";
}
break;
}
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>952.4464.6775.58641</string> </value>
<value> <string>952.33120.49574.44270</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1466702297.15</float>
<float>1468331648.73</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