CLOUDSTACK-4142: UI > remove fieldPreFilter which is no longer in use.

This commit is contained in:
Jessica Wang 2013-08-12 17:06:01 -07:00
parent 4b1d016c1f
commit fb2b7c4166
2 changed files with 7 additions and 0 deletions

View File

@ -3236,6 +3236,7 @@
},
multipleAdd: true,
/*
fieldPreFilter: function(args) {
var hiddenFields = [];
if ('vpc' in args.context) { //from VPC section
@ -3270,6 +3271,8 @@
}
return hiddenFields; // Returns fields to be hidden
},
*/
fields: {
'name': {
edit: true,

View File

@ -17,6 +17,8 @@
(function($, cloudStack) {
var aclMultiEdit = {
noSelect: true,
/*
fieldPreFilter: function(args) {
var context = args.context;
var hiddenFields = [];
@ -27,6 +29,8 @@
return hiddenFields; // Returns fields to be hidden
},
*/
reorder: {
moveDrag: {
action: function(args) {