mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4142: UI > remove fieldPreFilter which is no longer in use.
This commit is contained in:
parent
4b1d016c1f
commit
fb2b7c4166
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue