From bc3a4d44d78b1db176f5c8f762ac7e6da2269bd6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 8 Dec 2011 15:43:05 -0800 Subject: [PATCH] Remove unneeded dialog notifications from configuration section --- ui/scripts/configuration.js | 42 ------------------------------------- 1 file changed, 42 deletions(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 975e7d5c557..fbf06c82e55 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -24,14 +24,8 @@ confirm: function(args) { return 'Are you sure you want to add a service offering?'; }, - success: function(args) { - return 'Your new service offering is being created.'; - }, notification: function(args) { return 'Creating new service offering'; - }, - complete: function(args) { - return 'Service offering has been created successfully!'; } }, @@ -213,14 +207,8 @@ confirm: function(args) { return 'Are you sure you want to delete this service offering?'; }, - success: function(args) { - return 'Service offering is being deleted.'; - }, notification: function(args) { return 'Deleting service offering'; - }, - complete: function(args) { - return 'Service offering has been deleted.'; } }, action: function(args) { @@ -320,14 +308,8 @@ confirm: function(args) { return 'Are you sure you want to add a system service offering?'; }, - success: function(args) { - return 'Your new system service offering is being created.'; - }, notification: function(args) { return 'Creating new system service offering'; - }, - complete: function(args) { - return 'System service offering has been created successfully!'; } }, @@ -506,14 +488,8 @@ confirm: function(args) { return 'Are you sure you want to delete this system service offering?'; }, - success: function(args) { - return 'System service offering is being deleted.'; - }, notification: function(args) { return 'Deleting system service offering'; - }, - complete: function(args) { - return 'System service offering has been deleted.'; } }, action: function(args) { @@ -630,14 +606,8 @@ confirm: function(args) { return 'Are you sure you want to add a disk offering?'; }, - success: function(args) { - return 'Your new disk offering is being created.'; - }, notification: function(args) { return 'Creating new disk offering'; - }, - complete: function(args) { - return 'Disk offering has been created successfully!'; } }, @@ -755,14 +725,8 @@ confirm: function(args) { return 'Are you sure you want to delete this disk offering?'; }, - success: function(args) { - return 'Disk offering is being deleted.'; - }, notification: function(args) { return 'Deleting disk offering'; - }, - complete: function(args) { - return 'Disk offering has been deleted.'; } }, action: function(args) { @@ -1387,14 +1351,8 @@ confirm: function(args) { return 'Are you sure you want to disable this network offering?'; }, - success: function(args) { - return 'This network offering is being disabled.'; - }, notification: function(args) { return 'Disabling network offering'; - }, - complete: function(args) { - return 'Network offering has been disabled.'; } }, action: function(args) {