This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/team-view-add.html

18 lines
691 B
HTML
Raw Normal View History

<div class="team-view-add-element">
2014-08-16 00:51:31 +00:00
<div class="entity-search"
namespace="orgname" placeholder="'Add a registered user or robot...'"
entity-selected="addNewMember(entity)"
2014-08-29 00:49:11 +00:00
email-selected="inviteEmail(email)"
2014-08-16 00:51:31 +00:00
current-entity="selectedMember"
auto-clear="true"
allowed-entities="['user', 'robot']"
pull-right="true"
2014-08-29 00:49:11 +00:00
allow-emails="true"
email-message="Press enter to invite the entered e-mail address to this team"
2014-08-16 00:51:31 +00:00
ng-show="!addingMember"></div>
<div class="quay-spinner" ng-show="addingMember"></div>
<div class="help-text" ng-show="!addingMember">
Search by Quay.io username or robot account name
</div>
</div>