CLOUDSTACK-2977: Update Default NIC for VM alert message

This commit is contained in:
Pranav Saxena 2013-06-13 10:59:30 +05:30
parent 02399d9a2a
commit c2b5c98de0

View File

@ -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.')});
}
});
},