Add vehicle active/inactive state
This commit is contained in:
@@ -120,7 +120,11 @@ function addButtonIcons () {
|
||||
'Export': 'download',
|
||||
'Import': 'upload',
|
||||
'Driver Mileage': 'user',
|
||||
'Vehicle Mileage': 'car'
|
||||
'Vehicle Mileage': 'car',
|
||||
'Show Active': 'ok-circle',
|
||||
'Show Inactive': 'ban-circle',
|
||||
'Set Inactive' : 'ban-circle',
|
||||
'Reactivate' : 'ok-circle'
|
||||
};
|
||||
$.each(textToIcon, function(text, icon) {
|
||||
$("a:contains('" + text + "'):not(:has(i))")
|
||||
|
||||
Reference in New Issue
Block a user