Screened URLs list in admin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Discourse.ScreenedUrlsListView = Ember.ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 32,
|
||||
itemViewClass: Ember.ListItemView.extend({templateName: "admin/templates/logs/screened_urls_list_item"})
|
||||
});
|
||||
Reference in New Issue
Block a user