don't show disable button for groups

This commit is contained in:
Matthew Irish 2018-11-15 11:51:09 -06:00
parent 9f685e37e9
commit bdb0121f3f
1 changed files with 1 additions and 1 deletions

View File

@ -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"