File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 35993599 defaultValue : '300' ,
36003600 docID : 'helpSRXTimeout'
36013601 } ,
3602- inline : {
3603- label : 'Mode' ,
3604- docID : 'helpSRXMode' ,
3605- select : function ( args ) {
3606- var items = [ ] ;
3607- items . push ( { id : "false" , description : "side by side" } ) ;
3608- items . push ( { id : "true" , description : "inline" } ) ;
3609- args . response . success ( { data : items } ) ;
3610- }
3611- } ,
3602+ // inline: {
3603+ // label: 'Mode',
3604+ // docID: 'helpSRXMode',
3605+ // select: function(args) {
3606+ // var items = [];
3607+ // items.push({id: "false", description: "side by side"});
3608+ // items.push({id: "true", description: "inline"});
3609+ // args.response.success({data: items});
3610+ // }
3611+ // },
36123612 publicnetwork : {
36133613 label : 'label.public.network' ,
36143614 defaultValue : 'untrusted' ,
You can’t perform that action at this time.
0 commit comments