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 @@ ...@@ -123,27 +123,25 @@
"hidden": 0, "hidden": 0,
"type": "StringField" "type": "StringField"
}, },
"my_default_geographical_location_latitude": {
"my_default_geographical_location_longitude": {
"description": "", "description": "",
"title": "Longitude", "title": "Latitude",
"default": gadget.state.doc.default_geographical_location_longitude, "default": gadget.state.doc.default_geographical_location_latitude,
"css_class": "", "css_class": "",
"required": 1, "required": 1,
"editable": 1, "editable": 1,
"key": "default_geographical_location_longitude", "key": "default_geographical_location_latitude",
"hidden": 0, "hidden": 0,
"type": "FloatField" "type": "FloatField"
}, },
"my_default_geographical_location_longitude": {
"my_default_geographical_location_latitude": {
"description": "", "description": "",
"title": "Latitude", "title": "Longitude",
"default": gadget.state.doc.default_geographical_location_latitude, "default": gadget.state.doc.default_geographical_location_longitude,
"css_class": "", "css_class": "",
"required": 1, "required": 1,
"editable": 1, "editable": 1,
"key": "default_geographical_location_latitude", "key": "default_geographical_location_longitude",
"hidden": 0, "hidden": 0,
"type": "FloatField" "type": "FloatField"
}, },
...@@ -214,8 +212,8 @@ ...@@ -214,8 +212,8 @@
group_list: [[ group_list: [[
"left", "left",
[["my_title"], ["my_reference"], ['my_monitoring_status'], [["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", "right",
[['my_organisation_map']] [['my_organisation_map']]
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.40627.47943.51438</string> </value> <value> <string>981.14494.8077.7202</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1561425857.01</float> <float>1579259630.9</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
CACHE MANIFEST\n 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 CACHE:\n
favicon.ico\n favicon.ico\n
font-awesome/font-awesome-webfont.eot?v=4.6.3\n font-awesome/font-awesome-webfont.eot?v=4.6.3\n
...@@ -581,7 +581,7 @@ NETWORK:\n ...@@ -581,7 +581,7 @@ NETWORK:\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>980.6847.33689.14199</string> </value> <value> <string>981.14498.3807.21930</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -599,7 +599,7 @@ NETWORK:\n ...@@ -599,7 +599,7 @@ NETWORK:\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1575034735.39</float> <float>1579259797.54</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