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
c98af86c
Commit
c98af86c
authored
May 31, 2013
by
Kostas Papadimitriou
Browse files
cyclades ui: Show password view minor improvement
avoid redirecting user to the single view of the build vm
parent
334992cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
View file @
c98af86c
...
...
@@ -71,7 +71,6 @@
return
;
}
this
.
hide
();
snf
.
ui
.
main
.
show_vm_details
(
storage
.
vms
.
get
(
this
.
vm_id
));
},
this
));
_
.
bindAll
(
this
,
"
handle_vm_added
"
);
...
...
snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
View file @
c98af86c
...
...
@@ -350,6 +350,6 @@
<p
class=
"important"
>
{% blocktrans %}After closing this window you will
<em>
NOT
</em>
be able to retrieve it again
{% endblocktrans %}
</p>
</div>
<div
class=
"form-action show-machine"
>
{% trans "
view machine
" %}
</div>
<div
class=
"form-action show-machine"
>
{% trans "
OK
" %}
</div>
</div>
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