Commit 6b8270242849a39796a351338d125d20cbdffbbb
1 parent
7c62357b
datalets list updates
Showing
3 changed files
with
20 additions
and
20 deletions
configuration.xml
100644 → 100755
1 | 1 | <configuration> |
2 | 2 | |
3 | 3 | <deep_datalet_configuration> |
4 | - <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference> | |
4 | + <components_repository_url_reference>http://192.168.164.128/DatalEts-Ecosystem-Provider/COMPONENTS/datalets/</components_repository_url_reference> | |
5 | 5 | </deep_datalet_configuration> |
6 | 6 | |
7 | 7 | <deep_controllets_configuration> |
8 | - <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference> | |
8 | + <components_repository_url_reference>http://192.168.164.128/DatalEts-Ecosystem-Provider/COMPONENTS/controllets/</components_repository_url_reference> | |
9 | 9 | </deep_controllets_configuration> |
10 | 10 | |
11 | 11 | </configuration> | ... | ... |
datalets.xml
... | ... | @@ -169,24 +169,24 @@ |
169 | 169 | </inputs> |
170 | 170 | </idm> |
171 | 171 | </component> |
172 | - <component> | |
173 | - <name>donutpie3dchart-datalet</name> | |
174 | - <type>pie</type> | |
175 | - <idm> | |
176 | - <inputs> | |
177 | - <input> | |
178 | - <name>Series</name> | |
179 | - <description>pieSeriesDescription</description> | |
180 | - </input> | |
181 | - <input> | |
182 | - <name>Size</name> | |
183 | - <description>pieSizeDescription</description> | |
184 | - </input> | |
185 | - <layouts> | |
186 | - </layouts> | |
187 | - </inputs> | |
188 | - </idm> | |
189 | - </component> | |
172 | + <!--<component>--> | |
173 | + <!--<name>donutpie3dchart-datalet</name>--> | |
174 | + <!--<type>pie</type>--> | |
175 | + <!--<idm>--> | |
176 | + <!--<inputs>--> | |
177 | + <!--<input>--> | |
178 | + <!--<name>Series</name>--> | |
179 | + <!--<description>pieSeriesDescription</description>--> | |
180 | + <!--</input>--> | |
181 | + <!--<input>--> | |
182 | + <!--<name>Size</name>--> | |
183 | + <!--<description>pieSizeDescription</description>--> | |
184 | + <!--</input>--> | |
185 | + <!--<layouts>--> | |
186 | + <!--</layouts>--> | |
187 | + <!--</inputs>--> | |
188 | + <!--</idm>--> | |
189 | + <!--</component>--> | |
190 | 190 | <component> |
191 | 191 | <name>piechart-datalet</name> |
192 | 192 | <type>pie</type> | ... | ... |
datalets/datalets.dtd
100644 → 100755