You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/05/28 00:35:41 UTC

[22/50] [abbrv] git commit: CS-12407: F5 & Netscaler when dedicated is selected capacity field should be disabled.

CS-12407: F5 & Netscaler  when dedicated is selected  capacity field should be disabled.


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

Branch: refs/heads/3.0.x
Commit: 931d69117f0a34e8de1a36f49eb577360c847c10
Parents: 7e1b073
Author: Sanjay Tripathi <sa...@citrix.com>
Authored: Fri May 25 12:07:24 2012 +0530
Committer: Sanjay Tripathi <sa...@citrix.com>
Committed: Fri May 25 12:12:07 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/931d6911/ui/scripts/sharedFunctions.js
----------------------------------------------------------------------
diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js
index b9f5c0d..f65ab26 100644
--- a/ui/scripts/sharedFunctions.js
+++ b/ui/scripts/sharedFunctions.js
@@ -241,7 +241,7 @@ cloudStack.preFilter = {
 			}
 			else if($dedicated.find('input[type=checkbox]:unchecked').length > 0) {
 				$capacity.css('display', 'inline-block');
-                                $capacity.find('input[type=text]').val('');												
+				$capacity.find('input[type=text]').val('');												
 			}			
 		});			
 		args.$form.change();