discourse/app/assets/javascripts/admin/views/staff-action-logs-list.js.es6

9 lines
278 B
JavaScript

import ListView from 'ember-addons/list-view';
import ListItemView from 'ember-addons/list-item-view';
export default ListView.extend({
height: 700,
rowHeight: 75,
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/staff_action_logs_list_item"})
});