Commit 4e162add authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Typo

parent 938dadad
...@@ -99,10 +99,10 @@ ...@@ -99,10 +99,10 @@
} }
for (i = 0; i < group_by.length; i += 1) { for (i = 0; i < group_by.length; i += 1) {
if (perfomance_mapping.hasOwnProperty(group_by[i])) { if (performance_mapping.hasOwnProperty(group_by[i])) {
options.layout.x.key = perfomance_mapping[group_by[i]][1]; options.layout.x.key = performance_mapping[group_by[i]][1];
data.x = options.layout.x.key; data.x = options.layout.x.key;
group_by[i] = perfomance_mapping[group_by[i]][0]; group_by[i] = performance_mapping[group_by[i]][0];
} }
} }
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>994.33037.54289.49544</string> </value> <value> <string>994.34216.56985.42257</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1630610452.17</float> <float>1630610672.97</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