update user logs
This commit is contained in:
@ -86,8 +86,9 @@
|
||||
($module == 'config_distribution_category' ? 'Config Distribution Category' :
|
||||
($module == 'config_pool' ? 'Config Pool' :
|
||||
($module == 'report_vehicle_trip' ? 'Report Vehicle Trip' :
|
||||
($module == 'report_abnormality' ? 'Report Abnormality' : $module
|
||||
))))))))
|
||||
($module == 'report_abnormality' ? 'Report Abnormality' :
|
||||
($module == 'user_logs' ? 'Config User Activity' : $module
|
||||
)))))))))
|
||||
}}
|
||||
</label>
|
||||
<div class="col-9">
|
||||
@ -145,8 +146,9 @@
|
||||
($module == 'config_distribution_category' ? 'Config Distribution Category' :
|
||||
($module == 'config_pool' ? 'Config Pool' :
|
||||
($module == 'report_vehicle_trip' ? 'Report Vehicle Trip' :
|
||||
($module == 'report_abnormality' ? 'Report Abnormality' : $module
|
||||
))))))))
|
||||
($module == 'report_abnormality' ? 'Report Abnormality' :
|
||||
($module == 'user_logs' ? 'Config User Activity' : $module
|
||||
)))))))))
|
||||
}}
|
||||
</label>
|
||||
<div class="col-9">
|
||||
|
||||
Reference in New Issue
Block a user