Fix tag notification messages

This commit is contained in:
Brian Federle 2012-07-24 12:18:41 -07:00
parent c9b8d3a080
commit 7b05172473
1 changed files with 2 additions and 2 deletions

View File

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