Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-772 (pull request #403)
Browse files Browse the repository at this point in the history
SHIBUI-772 Added plus icon to add entity ID button

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Oct 29, 2019
2 parents ed32493 + 1d56827 commit c2160b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
[disabled]="search.invalid"
(click)="onSelectValue(search.value)"
translate="action.add-entity-id">
Add Entity ID
Add Entity ID&nbsp;&nbsp;
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
</div>
</div>
Expand Down

0 comments on commit c2160b5

Please sign in to comment.