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
999762f1
Commit
999762f1
authored
Dec 10, 2013
by
Constantinos Venetsanopoulos
Browse files
Vocabulary fixes: Dettach -> Detach
parent
21ec92c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/management/commands/floating-ip-detach.py
View file @
999762f1
...
...
@@ -39,7 +39,7 @@ from synnefo.logic import servers
class
Command
(
BaseCommand
):
help
=
"Det
t
ach a floating IP from a VM or router"
help
=
"Detach a floating IP from a VM or router"
@
common
.
convert_api_faults
def
handle
(
self
,
*
args
,
**
options
):
...
...
@@ -58,5 +58,5 @@ class Command(BaseCommand):
nic
=
floating_ip
.
nic
vm
=
nic
.
machine
servers
.
delete_port
(
nic
)
self
.
stdout
.
write
(
"Det
t
ached floating IP %s from %s.
\n
"
self
.
stdout
.
write
(
"Detached floating IP %s from %s.
\n
"
%
(
floating_ip_id
,
vm
))
snf-cyclades-app/synnefo/ui/templates/partials/ips.html
View file @
999762f1
...
...
@@ -64,7 +64,7 @@
data-rv-class-isactive=
"model.can_disconnect"
data-rv-class-selected=
"model.actions.disconnect|intEq 1"
data-rv-on-click=
"view.set_disconnect_confirm"
>
<a>
Det
t
ach
</a>
<a>
Detach
</a>
<div
class=
"confirm-single clearfix"
>
<span
class=
"yes"
data-rv-on-click=
"view.disconnect"
>
{% trans "Confirm" %}
...
...
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