multiEdit: Allow disabling fields per-row

If _hideFields array is passed with row item data, then field IDs
specified will be disabled, if they are custom button actions.


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

Branch: refs/heads/master
Commit: 9fb33ecc21d62c8f54886a6062b31182c3ccca4f
Parents: 2ffc381
Author: Brian Federle <[email protected]>
Authored: Fri Aug 10 10:40:33 2012 -0700
Committer: Vijay Venkatachalam <[email protected]>
Committed: Fri Nov 16 10:56:50 2012 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9fb33ecc/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a28133c..671131b 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7355,7 +7355,7 @@ div.container div.panel 
div#details-tab-addloadBalancer.detail-group div.loadBal
   text-shadow: 0px 1px #FFFFFF;
 }
 
-.multi-edit .disabled .button.add-vm {
+.multi-edit .disabled .button.add-vm .button.custom-action {
   /*+opacity:50%;*/
   filter: alpha(opacity=50);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

Reply via email to