Commit a74f1ec4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor fixes

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