don't show disable button for groups
This commit is contained in:
parent
9f685e37e9
commit
bdb0121f3f
|
@ -57,7 +57,7 @@
|
|||
<button type="button" {{action "toggleDisabled" item}} class="link">
|
||||
Enable
|
||||
</button>
|
||||
{{else}}
|
||||
{{else if (eq identityType 'entity')}}
|
||||
{{#confirm-action
|
||||
confirmButtonClasses="button is-primary"
|
||||
confirmButtonText="Disable"
|
||||
|
|
Loading…
Reference in New Issue