Added manager view for setting OOO status for employees. The OOO status for the employees will reflect on the training report as well.
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
columns.Bound(l => l.IsActive);
|
||||
//columns.Template(@<text></text>).ClientTemplate("<input type='checkbox' #= IsActive ? checked='checked':'' # class='chkbx' />");
|
||||
columns.Bound(l => l.IsAdmin);
|
||||
|
||||
columns.Bound(l => l.IsManager);
|
||||
|
||||
columns.Bound(l => l.LastLogin).Format("{0:MM/dd/yy hh:mm:ss}");
|
||||
|
||||
|
Reference in New Issue
Block a user