Commit fad397b4 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_jio: latitude before longitude

parent 36c66e04
Pipeline #7552 passed with stage
in 0 seconds
......@@ -123,27 +123,25 @@
"hidden": 0,
"type": "StringField"
},
"my_default_geographical_location_longitude": {
"my_default_geographical_location_latitude": {
"description": "",
"title": "Longitude",
"default": gadget.state.doc.default_geographical_location_longitude,
"title": "Latitude",
"default": gadget.state.doc.default_geographical_location_latitude,
"css_class": "",
"required": 1,
"editable": 1,
"key": "default_geographical_location_longitude",
"key": "default_geographical_location_latitude",
"hidden": 0,
"type": "FloatField"
},
"my_default_geographical_location_latitude": {
"my_default_geographical_location_longitude": {
"description": "",
"title": "Latitude",
"default": gadget.state.doc.default_geographical_location_latitude,
"title": "Longitude",
"default": gadget.state.doc.default_geographical_location_longitude,
"css_class": "",
"required": 1,
"editable": 1,
"key": "default_geographical_location_latitude",
"key": "default_geographical_location_longitude",
"hidden": 0,
"type": "FloatField"
},
......@@ -214,8 +212,8 @@
group_list: [[
"left",
[["my_title"], ["my_reference"], ['my_monitoring_status'],
["my_default_geographical_location_longitude"],
["my_default_geographical_location_latitude"]]
["my_default_geographical_location_latitude"],
["my_default_geographical_location_longitude"]]
], [
"right",
[['my_organisation_map']]
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>976.40627.47943.51438</string> </value>
<value> <string>981.14494.8077.7202</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1561425857.01</float>
<float>1579259630.9</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -108,7 +108,7 @@
<value> <string encoding="cdata"><![CDATA[
CACHE MANIFEST\n
# generated on Fri, 10 JuL 2019 11:00:13 GMT+0200\n
# generated on Fri, 17 Jan 2020 11:00:13 GMT+0200\n
CACHE:\n
favicon.ico\n
font-awesome/font-awesome-webfont.eot?v=4.6.3\n
......@@ -581,7 +581,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>980.6847.33689.14199</string> </value>
<value> <string>981.14498.3807.21930</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -599,7 +599,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1575034735.39</float>
<float>1579259797.54</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