2018-09-27 15:07:48 +03:00
|
|
|
<tr data-id="{{id}}">
|
|
|
|
<td class="client">
|
|
|
|
<div class="{{icon}}" />
|
|
|
|
</td>
|
2018-11-01 14:32:53 +03:00
|
|
|
<td class="token-name">
|
|
|
|
{{name}}
|
2018-09-27 15:07:48 +03:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td>
|
|
|
|
<td class="more">
|
|
|
|
{{#if showMore}}<a class="icon icon-more"/>{{/if}}
|
|
|
|
<div class="popovermenu menu">
|
|
|
|
{{#if canScope}}
|
|
|
|
<li><span class="menuitem">
|
|
|
|
<input class="filesystem checkbox" type="checkbox" id="{{id}}_filesystem" {{#if scope.filesystem}}checked{{/if}}/>
|
2018-10-04 21:07:12 +03:00
|
|
|
<label for="{{id}}_filesystem">{{allowFSAccess}}</label><br/>
|
2018-09-27 15:07:48 +03:00
|
|
|
</span></li>
|
|
|
|
{{/if}}
|
|
|
|
{{#if canDelete}}
|
|
|
|
<li>
|
2018-11-01 14:31:37 +03:00
|
|
|
<a class="icon icon-delete">{{revokeText}}</a>
|
2018-09-27 15:07:48 +03:00
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<tr>
|