Fix tag notification messages

This commit is contained in:
Brian Federle 2012-07-24 12:18:41 -07:00
parent a59afac31f
commit 87f0ec6796

View File

@ -641,7 +641,7 @@ cloudStack.api = {
args.response.success({
_custom: { jobId: json.createtagsresponse.jobid },
notification: {
desc: 'Add tag for instance',
desc: 'Add tag for ' + resourceType,
poll: pollAsyncJobResult
}
});
@ -665,7 +665,7 @@ cloudStack.api = {
args.response.success({
_custom: { jobId: json.deletetagsresponse.jobid },
notification: {
desc: 'Remove tag for instance',
desc: 'Remove tag for ' + resourceType,
poll: pollAsyncJobResult
}
});