mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Use icons for action box
This commit is contained in:
@@ -179,8 +179,8 @@ var UI = (function(params) {
|
||||
iconBase: 'fa',
|
||||
tickIcon: 'fa-check',
|
||||
width: 'fit',
|
||||
selectAllText: 'All',
|
||||
deselectAllText: 'None',
|
||||
selectAllText: '<i class="fa fa-check-square-o"></i>',
|
||||
deselectAllText: '<i class="fa fa-square-o"></i>',
|
||||
noneSelectedText: '<span class="label label-list label-default">' + $(this).data('label-key') + ": none</span>",
|
||||
multipleSeparator: ' ',
|
||||
selectedTextFormat: 'count > 1',
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user