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/logs/screened_ip_addresses_list_item"})
});