add UI display for LastUsed property to show the LastUsed time on the UI with the UniqueId.

format the date at the same time
#56
This commit is contained in:
chris.watts90@outlook.com 2017-03-03 21:41:48 +00:00
parent d41b5c528c
commit abf8833ba6

View File

@ -188,6 +188,7 @@
<input type="checkbox" data-bind="name: Id, value: UniqueId, checked: IsAssociatedToUser" />
</span>
<input type="text" readonly class="form-control" data-bind="value: UniqueId"/>
<input type="text" readonly class="form-control" data-bind="value: 'Last Used on: '+$root.convertToDisplayDateTime(LastUsed)"/>
</div>
</div>
<!-- /ko -->