Skip to content

Commit

Permalink
ui: Correctly rebase own token/no delete change
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cowen committed Feb 21, 2019
1 parent ec5237d commit 9c157e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-v2/app/templates/dc/acls/tokens/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<button type="button" data-test-use {{action confirm 'use' item}}>Use</button>
</li>
{{/if}}
{{#unless (token/is-anonymous item) }}
{{#unless (or (token/is-anonymous item) (eq item.AccessorID token.AccessorID)) }}
<li>
<button type="button" class="type-delete" data-test-delete {{action confirm 'delete' item}}>Delete</button>
</li>
Expand Down

0 comments on commit 9c157e2

Please sign in to comment.