Commit 50438bd5 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Typo

parent 281231cd
......@@ -79,7 +79,7 @@
column_list: column_list,
graph_gadget: "unsafe/gadget_field_graph_echarts.html"
},
perfomance_mapping = {
performance_mapping = {
"translated_simulation_state_title": [
"simulation_state", "getTranslatedSimulationStateTitle"
]
......@@ -99,10 +99,10 @@
}
for (i = 0; i < group_by.length; i += 1) {
if (perfomance_mapping.hasOwnProperty(group_by[i])) {
options.layout.x.key = perfomance_mapping[group_by[i]][1];
if (performance_mapping.hasOwnProperty(group_by[i])) {
options.layout.x.key = performance_mapping[group_by[i]][1];
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 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.25329.489.41745</string> </value>
<value> <string>994.34216.56985.42257</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1630077214.53</float>
<float>1630610672.97</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