Skip to content

Commit

Permalink
fix(invite): removed resend invite button, button logic was not imple…
Browse files Browse the repository at this point in the history
…mented, fixes grafana#3484
  • Loading branch information
torkelo committed Dec 10, 2015
1 parent 77c510c commit 5227dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/app/features/org/partials/orgUsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ <h2>Organization users</h2>
<tr ng-show="invite.expanded">
<td colspan="3">
<a href="{{invite.url}}">{{invite.url}}</a><br><br>
<button class="btn btn-inverse btn-mini">
<i class="fa fa-envelope-o"></i> Resend invite
</button>
&nbsp;
<button class="btn btn-inverse btn-mini" ng-click="revokeInvite(invite, $event)">
<i class="fa fa-remove" style="color: red"></i> Revoke invite
Expand Down

0 comments on commit 5227dc6

Please sign in to comment.