Commit 06b49f84 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Small style change (not important)

parent 4be9536b
......@@ -53,7 +53,9 @@
<value> <string>if instance_xml is None:\n
instance_xml = context.getTextContent()\n
if state is None:\n
state = {\'start_requested\': \'started\', \'destroy_requested\': \'destroyed\', \'stop_requested\': \'stopped\'}[context.getSlapState()]\n
state = {\'start_requested\': \'started\', \n
\'destroy_requested\': \'destroyed\', \n
\'stop_requested\': \'stopped\'}[context.getSlapState()]\n
\n
person = context.getDestinationSectionValue()\n
person.requestSoftwareInstance(\n
......
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