You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/06/15 04:52:16 UTC

[16/50] [abbrv] git commit: updated refs/heads/object_store to f41c800

CLOUDSTACK-2977: Update Default NIC for VM alert message


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c2b5c98d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c2b5c98d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c2b5c98d

Branch: refs/heads/object_store
Commit: c2b5c98de0d911f04dad0d66a19c403c7493013b
Parents: 02399d9
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Jun 13 10:59:30 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Jun 13 10:59:30 2013 +0530

----------------------------------------------------------------------
 ui/scripts/instances.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c2b5c98d/ui/scripts/instances.js
----------------------------------------------------------------------
diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js
index da36de7..54b3187 100644
--- a/ui/scripts/instances.js
+++ b/ui/scripts/instances.js
@@ -1518,6 +1518,7 @@
                       args.response.success({
                         _custom: { jobId: json.updatedefaultnicforvirtualmachineresponse.jobid }
                       });
+                      cloudStack.dialog.notice({message:_l('Please manually update the default NIC on the VM now.')});
                     }
                   });
                 },