update commit

This commit is contained in:
2018-01-26 13:50:10 -03:00
parent 67fef8e184
commit 8f03d38d16
15 changed files with 169 additions and 9 deletions
@@ -0,0 +1,8 @@
import Ember from 'ember'
import layout from '../templates/components/ordered-filtered-table'
export default Ember.Component.extend
layout: layout
tagName: 'table'
classNames: ['ui', 'compact', 'table']
test_name: 'Oooo'