datahub/wherehows-web/app/templates/components/dataset-aclaccess-users.hbs
Lee f0e970b465 Request merge ACL page to master (#930)
* finish the alc access page layout, logics and sass files

* Fix css issue and request permission response error message

* finish the testing part

* simplify code finished

* finish spinner

* Finished ACL access page, testing cases, clean code format

* Clean format, address comments, refactor JS code of ACL page to TS

* address comments, replace type any and fix merge issue
2018-02-07 12:32:03 -08:00

23 lines
479 B
Handlebars

<td>
{{user-avatar userName=user.userName}}
</td>
<td>
{{user.name}}
</td>
<td>
{{user.idType}}
</td>
<td>
{{user.source}}
</td>
<td>
{{moment-calendar user.modifiedTime sameElse="MMM Do YYYY, h:mm a"}}
</td>
<td class="acl-table__ownership">
{{user.ownerShip}}
</td>
<td>
<button class="nacho-button nacho-button--small confirm-suggested-dataset-author" {{action addOwner}}>
<i class="fa fa-plus" title="Add an Owner"></i>
</button>
</td>