Commit 44568959 authored by Sven Franck's avatar Sven Franck

updated new service to calling storage.save

parent df2c26ed
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
"dynamic_children": [0], "dynamic_children": [0],
"requires_authentication": true, "requires_authentication": true,
"depends_on": "login_state", "depends_on": "login_state",
"submit_to": "#services/__id__" "submit_to": "#services/__id__",
"url_pointer": {
"new": "request"
}
}, },
"scheme": [ "scheme": [
{ {
...@@ -61,7 +64,7 @@ ...@@ -61,7 +64,7 @@
"property_dict": { "property_dict": {
"direction": "horizontal" "direction": "horizontal"
}, },
"children": [{"type": "input", "direct": {"value": "Request", "className": "action translate"}, "attributes": {"type": "submit", "data-action":"instantiate", "data-icon":"check", "data-i18n":"[value]portal_type_dict.release_dict.text_dict.request", "data-theme": "slapos-black"}} "children": [{"type": "input", "direct": {"value": "Request", "className": "action translate"}, "attributes": {"type": "submit", "data-action":"new", "data-icon":"check", "data-i18n":"[value]portal_type_dict.release_dict.text_dict.request", "data-theme": "slapos-black"}}
] ]
}] }]
} }
......
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