Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos.core
Commits
c1df1415
Commit
c1df1415
authored
Nov 22, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not require software type.
parent
88fee8ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/ERP5Site_requestComputerPartitionAsJSON.xml
...vifib_hosting/ERP5Site_requestComputerPartitionAsJSON.xml
+1
-1
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
...l_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
+2
-12
No files found.
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/ERP5Site_requestComputerPartitionAsJSON.xml
View file @
c1df1415
...
...
@@ -80,7 +80,7 @@ return True\n
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
software_release_url, title, instance_xml, computer, software_type
</string>
</value>
<value>
<string>
software_release_url, title, instance_xml, computer, software_type
=\'RootSoftwareInstance\'
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
...
...
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
View file @
c1df1415
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts21969
328.27
</string>
</value>
<value>
<string>
ts21969
517.73
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -142,14 +142,12 @@ function processRequest(event) {\n
url = $(\'#url\').val();\n
title = $(\'#software_instance_title\').val();\n
xml = $(\'#software_instance_xml\').val();\n
software_type = $(\'#software_type\').val();\n
\n
$.post(vifib[\'site_url\'] + "/ERP5Site_requestComputerPartitionAsJSON", {\n
\'software_release_url\': url,\n
\'title\': title,\n
\'instance_xml\': xml,\n
\'computer\': computer,\n
\'software_type\': software_type\n
},\n
function () {\n
alert(\'Your Software Instance has been requested\');\n
...
...
@@ -171,14 +169,6 @@ function drawRequest(data) {\n
title_a.attr(\'id\', \'software_instance_title\');\n
title_a.addClass(\'software_release_input\');\n
title_q.append(title_a);\n
\n
type_q = $(\'
<div>
\');\n
type_q.html(\'Software Type:\');\n
js_container.append(type_q);\n
type_a = $(\'
<input
type=
"text"
>
\');\n
type_a.attr(\'id\', \'software_type\');\n
type_a.addClass(\'software_release_input\');\n
type_q.append(type_a);\n
\n
xml_q = $(\'
<div>
\');\n
xml_q.html(\'Parameter XML:\');\n
...
...
@@ -249,7 +239,7 @@ function hashController ()\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
6
869
</int>
</value>
<value>
<int>
6
556
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment