Skip to content

Commit

Permalink
#343 Fix IOC labels in statistics page
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 23, 2017
1 parent 63ed72b commit 7d0e495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/scripts/controllers/StatisticsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
dateField: 'startDate',
tagsField: 'tags',
names: {
'0': 'NOT IOC',
'1': 'IOC'
'false': 'NOT IOC',
'true': 'IOC'
},
filter: {status: 'Ok'}
};
Expand Down

0 comments on commit 7d0e495

Please sign in to comment.