You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/26 23:05:07 UTC

[42/50] git commit: Fix tag notification messages

Fix tag notification messages


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

Branch: refs/heads/rbd
Commit: a924eb196f907af2cc21a77c915f53a3d889bd35
Parents: 06101ea
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jul 24 12:18:41 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Jul 24 12:24:25 2012 -0700

----------------------------------------------------------------------
 ui/scripts/sharedFunctions.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a924eb19/ui/scripts/sharedFunctions.js
----------------------------------------------------------------------
diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js
index 535df56..12d3498 100644
--- a/ui/scripts/sharedFunctions.js
+++ b/ui/scripts/sharedFunctions.js
@@ -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
                 }
               });