mirror of https://github.com/status-im/consul.git
ui: Correctly rebase own token/no delete change
This commit is contained in:
parent
516610eb0b
commit
f225da36f1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue