Commit a74f1ec4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor fixes

parent 7736e4c5
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
return gadget.jio_post(doc); return gadget.jio_post(doc);
}) })
.push(function (key) { .push(function (key) {
return gadget.notifySubmitted({message: 'New Ticket created.', status: 'success'}) return gadget.notifySubmitted({message: 'New Site created.', status: 'success'})
.push(function () { .push(function () {
// Workaround, find a way to open document without break gadget. // Workaround, find a way to open document without break gadget.
return gadget.redirect({"command": "change", return gadget.redirect({"command": "change",
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.7801.22729.59989</string> </value> <value> <string>963.7803.4663.56627</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1509375064.13</float> <float>1520361991.89</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"title": "Title", "title": "Title",
"default": "", "default": "",
"css_class": "", "css_class": "",
"required": 0, "required": 1,
"editable": 1, "editable": 1,
"key": "title", "key": "title",
"hidden": 0, "hidden": 0,
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"title": "Description", "title": "Description",
"default": "", "default": "",
"css_class": "", "css_class": "",
"required": 1, "required": 0,
"editable": 1, "editable": 1,
"key": "description", "key": "description",
"hidden": 0, "hidden": 0,
......
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1510154301.19</float> <float>1520360988.47</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