Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
ac6da321
Commit
ac6da321
authored
Apr 17, 2011
by
Markos Gogoulos
Browse files
fix server rename
parent
7e575c3a
Changes
1
Show whitespace changes
Inline
Side-by-side
ui/static/synnefo.js
View file @
ac6da321
...
@@ -686,7 +686,7 @@ function rename(serverID, serverName){
...
@@ -686,7 +686,7 @@ function rename(serverID, serverName){
};
};
$
.
ajax
({
$
.
ajax
({
url
:
API_URL
+
'
/servers/
'
+
serverID
+
'
/action
'
,
url
:
API_URL
+
'
/servers/
'
+
serverID
,
type
:
"
PUT
"
,
type
:
"
PUT
"
,
contentType
:
"
application/json
"
,
contentType
:
"
application/json
"
,
dataType
:
"
json
"
,
dataType
:
"
json
"
,
...
...
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