add data binding and labels to display the user name on the TimeLog page.
#46
This commit is contained in:
parent
49235288d7
commit
978744896f
@ -187,11 +187,21 @@
|
||||
</div>
|
||||
|
||||
<div class="container" data-bind="with: userTimeLogData">
|
||||
<div class="row">
|
||||
<div class="col-md-2 text-center" style="margin-top: 15px;">
|
||||
<button pageDestination="Users" data-bind="click: $root.returnButtonClick" id="returnButton" class="btn btn-default">
|
||||
<span class="glyphicon glyphicon-chevron-left"></span>Users
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="col-md-offset-1 col-md-9 pull-right">
|
||||
Logs for: <span data-bind="text: UserInformation.FirstName"></span> <span data-bind="text: UserInformation.LastName"></span>
|
||||
</h3>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<!--<div class="row">
|
||||
|
||||
</div>-->
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-xs-12">
|
||||
<div id="datePickerContainer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user