Commit 5314a7a4 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: header translatehtml

parent 477b7ed2
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
}) })
])); ]));
} }
return domsugar(null, dom_list); return domsugar('ul', dom_list);
}); });
}; };
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
); );
} }
} else { } else {
promise_list.push(gadget.element.querySelector("h1")); promise_list.push(gadget.element.querySelector("h1").firstChild);
} }
// Left button // Left button
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
// Subheader // Subheader
domsugar('div', {class: 'ui-subheader'}, [ domsugar('div', {class: 'ui-subheader'}, [
domsugar('ul', [result_list[3]]) result_list[3]
]) ])
]) ])
]); ]);
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>982.19502.3121.4590</string> </value> <value> <string>982.19516.32766.33143</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1583319252.29</float> <float>1583323848.61</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