AlexDel commented on a change in pull request #6025: IGNITE-9799 Remove obsolete deps. URL: https://github.com/apache/ignite/pull/6025#discussion_r254134676
########## File path: modules/web-console/frontend/app/vendor.js ########## @@ -52,12 +52,9 @@ import 'file-saver'; import 'jszip'; import 'nvd3'; import 'lodash'; -import 'angular-ui-carousel'; import 'angular-gridster/dist/angular-gridster.min.css'; import 'angular-tree-control/css/tree-control-attribute.css'; import 'angular-tree-control/css/tree-control.css'; import 'angular-ui-grid/ui-grid.css'; -import 'angular-motion/dist/angular-motion.css'; import 'nvd3/build/nv.d3.css'; -import 'angular-ui-carousel/dist/ui-carousel.css'; Review comment: @Klaster1 I've deleted ui-carousel usage, replaced with static images. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
