7

New icon for the segments menu item (#118)

New icon for the segments menu item
This commit is contained in:
Jasper Berghoef
2017-06-01 08:48:34 +02:00
committed by Michael van Tellingen
parent 8465e6dcbb
commit 5beef1b27c
4 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,7 @@ class SegmentModelAdmin(ModelAdmin):
model = Segment
index_view_class = SegmentModelIndexView
dashboard_view_class = SegmentModelDashboardView
menu_icon = 'group'
menu_icon = 'fa-snowflake-o'
add_to_settings_menu = False
list_display = ('name', 'visits', 'active_days', 'status')
index_view_extra_js = ['js/commons.js', 'js/index.js']