ui: Add consul-service-list presentational component
This commit moves our service list into a new presentational component, and is therefore mainly just moving things around. The main thing moved here is the logic required to resizing columns correctly is now moved to a component instead of the controller
Showing
- ui-v2/app/components/consul-service-list.js 65 additions, 0 deletionsui-v2/app/components/consul-service-list.js
- ui-v2/app/controllers/dc/services/index.js 0 additions, 58 deletionsui-v2/app/controllers/dc/services/index.js
- ui-v2/app/templates/components/consul-service-list.hbs 37 additions, 0 deletionsui-v2/app/templates/components/consul-service-list.hbs
- ui-v2/app/templates/dc/services/index.hbs 1 addition, 34 deletionsui-v2/app/templates/dc/services/index.hbs
- ui-v2/tests/integration/components/consul-service-list-test.js 24 additions, 0 deletions.../tests/integration/components/consul-service-list-test.js
Please register or sign in to comment