discourse/app/assets/javascripts/admin/views/permalinks-list.js.es6

9 lines
266 B
Plaintext
Raw Normal View History

2015-07-15 08:54:28 -04:00
import ListView from 'ember-addons/list-view';
import ListItemView from 'ember-addons/list-item-view';
export default ListView.extend({
height: 700,
rowHeight: 32,
itemViewClass: ListItemView.extend({templateName: "admin/templates/permalinks_list_item"})
});