mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix tag notification messages
This commit is contained in:
parent
a59afac31f
commit
87f0ec6796
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user