Correct reports not having all query parameters
Other small corrections
This commit is contained in:
@@ -92,7 +92,7 @@ $(function() {
|
||||
// Add active class to nav
|
||||
$(function() {
|
||||
var idNavActiveRegex = {
|
||||
'log-nav': /\/log/i,
|
||||
'log-nav': /\/log|\/City|\/Purpose/i,
|
||||
'vehicle-nav': /\/vehicle/i,
|
||||
'user-nav': /\/user/i
|
||||
};
|
||||
@@ -116,6 +116,7 @@ function addButtonIcons () {
|
||||
'Delete': 'trash',
|
||||
'Add': 'plus',
|
||||
'Export': 'download',
|
||||
'Import': 'upload',
|
||||
'Driver Mileage': 'user',
|
||||
'Vehicle Mileage': 'car'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user