Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Fix wrong id
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Jun 2, 2014
1 parent d18fbc0 commit e9bbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantomweb/static/js/phantom_profile.js
Expand Up @@ -588,7 +588,7 @@ function phantom_cloud_edit_change_cloud_internal(selected_cloud_name) {
if ("nimbus_canonical_id" in credentials) {
$("#phantom_cloud_edit_nimbus_canonical_id").val(credentials['nimbus_canonical_id']);
} else {
$("#nimbus_canonical_id").val("");
$("#phantom_cloud_edit_nimbus_canonical_id").val("");
}
if ("openstack_username" in credentials) {
$("#phantom_cloud_edit_openstack_username").val(credentials['openstack_username']);
Expand Down

0 comments on commit e9bbb14

Please sign in to comment.