1
2
3
4
5
6
7
8
| var catalogueConfig = {
| 'FTP Operations': {
| 'File Filter': {type : 'file_filter', label : 'File Filter', icon : 'images/flowItems/file_filter.png', shape : {type : 'circle', entity_id : 1, radius : 45, border_width : 1, border_color : '#7f7f7f', fill : '90-#ffde82-#fff3d8'}},
| 'FTP List': {type : 'ftp_list', label : 'FTP List', icon : 'images/flowItems/ftp_list.png', shape : {type : 'circle', radius : 45, border_width : 1, border_color : '#7f7f7f', fill : '90-#ffde82-#fff3d8'}}},
| 'File Operations': {},
| 'Resources': {},
| 'Terminators': {}
| };
|
|