2015-03-25 19:31:05 +00:00
< div class = "resource-view org-view"
resource="orgResource"
error-message="'Organization not found'">
< div class = "page-content" >
< div class = "cor-title" >
< span class = "cor-title-link" > < / span >
< span class = "cor-title-content" >
2015-03-30 21:55:04 +00:00
< span class = "avatar" size = "32" data = "organization.avatar" > < / span >
2015-03-25 19:31:05 +00:00
< span class = "organization-name" > {{ organization.name }}< / span >
< / span >
2015-04-30 16:50:11 +00:00
< span class = "cor-title-action" ng-if = "isMember" >
< a href = "/new/?namespace={{ organization.name }}" >
< i class = "fa fa-plus" data-title = "Create new repository" > < / i >
Create New Repository
< / a >
< / span >
2015-03-25 19:31:05 +00:00
< / div >
2013-11-04 21:21:49 +00:00
2015-04-08 19:39:17 +00:00
< div class = "co-main-content-panel" ng-if = "user.anonymous || !isMember" >
2016-04-14 19:12:54 +00:00
< div class = "repo-list-view padded" namespaces = "[organization]" > < / div >
2015-04-08 19:39:17 +00:00
< / div >
2017-05-29 22:39:14 +00:00
< cor-tab-panel ng-if = "!user.anonymous && isMember"
orientation="vertical"
cor-nav-tabs>
2017-04-28 21:03:38 +00:00
< cor-tabs quay-show = "isMember" >
< cor-tab tab-active = "true" tab-title = "Repositories" tab-id = "repos" >
2015-03-25 19:31:05 +00:00
< i class = "fa fa-hdd-o" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Teams and Membership" tab-id = "teams" tab-init = "showTeams()" >
2015-03-25 19:31:05 +00:00
< i class = "fa fa-users" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Robot Accounts" tab-id = "robots" tab-init = "showRobots()"
ng-show="isAdmin">
2015-04-23 20:41:47 +00:00
< i class = "fa ci-robot" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Default Permissions" tab-id = "default" ng-show = "isAdmin" >
2015-03-25 19:31:05 +00:00
< i class = "fa ci-stamp" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Usage Logs" tab-id = "logs"
tab-init="showLogs()" ng-show="isAdmin">
2015-03-25 19:31:05 +00:00
< i class = "fa fa-bar-chart" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Applications" tab-id = "applications"
tab-init="showApplications()" ng-show="isAdmin">
2015-03-25 19:31:05 +00:00
< i class = "fa ci-application" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< cor-tab tab-title = "Organization Settings" tab-id = "settings"
ng-show="isAdmin" tab-init="showBilling()">
2015-03-25 19:31:05 +00:00
< i class = "fa fa-gears" > < / i >
2017-04-28 21:03:38 +00:00
< / cor-tab >
< / cor-tabs > <!-- /cor - tabs -->
2013-11-23 01:14:44 +00:00
2017-04-28 21:03:38 +00:00
< cor-tab-content >
2015-03-25 19:31:05 +00:00
<!-- Repositories -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "repos" >
2015-12-28 21:29:17 +00:00
< div class = "repo-list-view" namespaces = "[organization]" > < h3 > Repositories< / h3 > < / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2013-11-04 21:39:29 +00:00
2015-03-25 19:31:05 +00:00
<!-- Teams -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "teams" >
2015-04-08 19:39:17 +00:00
< div ng-if = "!user.anonymous" >
2015-04-21 20:07:24 +00:00
< div class = "teams-manager" organization = "organization" is-enabled = "showTeamsCounter" > < / div >
2015-04-08 19:39:17 +00:00
< / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2013-11-05 03:58:21 +00:00
2015-03-25 19:31:05 +00:00
<!-- Robot Accounts -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "robots" >
2015-04-08 19:39:17 +00:00
< div ng-if = "isAdmin" >
2015-04-21 20:07:24 +00:00
< div class = "robots-manager" organization = "organization" is-enabled = "showRobotsCounter" > < / div >
2015-04-08 19:39:17 +00:00
< / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2013-12-18 03:56:28 +00:00
2015-03-25 19:31:05 +00:00
<!-- Default Permissions -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "default" >
2015-04-08 19:39:17 +00:00
< div ng-if = "isAdmin" >
< div class = "prototype-manager" organization = "organization" > < / div >
< / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2013-11-05 03:58:21 +00:00
2015-03-25 19:31:05 +00:00
<!-- Usage Logs -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "logs" >
2015-03-25 19:31:05 +00:00
< div class = "logs-view" organization = "organization" makevisible = "showLogsCounter" > < / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2015-03-25 19:31:05 +00:00
<!-- Applications -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "applications" >
2015-03-25 19:31:05 +00:00
< div class = "application-manager" organization = "organization"
makevisible="showApplicationsCounter">< / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
2015-03-25 19:31:05 +00:00
<!-- Settings -->
2017-04-28 21:03:38 +00:00
< cor-tab-pane id = "settings" >
2015-04-08 19:39:17 +00:00
< div ng-if = "isAdmin" >
2016-04-25 19:17:18 +00:00
<!-- Org Settings -->
< div class = "settings-section" >
< h3 > Organization Settings< / h3 >
< table class = "co-list-table" >
< tr >
< td > Namespace:< / td >
< td >
{{ organization.name }}
< div class = "help-text" > Organization names cannot currently be changed. Please < a href = "/contact" > contact support< / a > to migrate accounts.< / div >
< / td >
< / tr >
< tr >
< td > Avatar:< / td >
< td >
< span class = "avatar" size = "48" data = "organization.avatar" > < / span >
< div class = "help-text" ng-if = "Config.AVATAR_KIND == 'local'" > Avatar is generated based off the organization's name.< / div >
2016-09-08 16:24:47 +00:00
< div class = "help-text" ng-if = "Config.AVATAR_KIND == 'gravatar' && Features.MAILING" > Avatar is served by < a href = "http://gravatar.com" rel = "nofollow" target = "_blank" > Gravatar< / a > based on the {{ organization.email }} e-mail address.< / div >
< div class = "help-text" ng-if = "Config.AVATAR_KIND == 'gravatar' && !Features.MAILING" > Avatar is served by < a href = "http://gravatar.com" rel = "nofollow" target = "_blank" > Gravatar< / a > based on the unique ID: {{ organization.email }}.< / div >
2016-04-25 19:17:18 +00:00
< / td >
< / tr >
< tr quay-show = "Features.MAILING" >
< td > Email Address:< / td >
< td >
< a class = "co-modify-link" ng-click = "showChangeEmail()" > {{ organization.email }}< / a >
< / td >
< / tr >
< / table >
2016-08-09 21:58:33 +00:00
2017-03-10 18:25:40 +00:00
< div class = "delete-namespace-view" subscription-status = "subscriptionStatus" organization = "organization" namespace-title = "organization" > < / div >
2017-04-05 18:01:55 +00:00
< time-machine-settings organization = "organization" > < / time-machine-settings >
2016-04-25 19:17:18 +00:00
< / div >
2013-11-05 19:47:46 +00:00
2016-04-25 19:17:18 +00:00
<!-- Billing Information -->
2016-04-28 19:41:32 +00:00
< div class = "settings-section" quay-show = "Features.BILLING" >
2016-04-25 19:17:18 +00:00
< h3 > Billing Information< / h3 >
2016-08-09 21:58:33 +00:00
< div class = "billing-management-panel" organization = "organization" is-enabled = "showBillingCounter" subscription-status = "subscriptionStatus" > < / div >
2015-03-25 19:31:05 +00:00
< / div >
< / div >
2017-04-28 21:03:38 +00:00
< / cor-tab-pane >
< / cor-tab-content >
< / cor-tab-panel >
2015-03-25 19:31:05 +00:00
< / div >
2016-04-25 19:17:18 +00:00
<!-- Change email dialog -->
< div class = "cor-confirm-dialog"
dialog-context="changeEmailInfo"
dialog-action="changeEmail(info, callback)"
dialog-title="Change E-mail Address"
dialog-action-title="Change Email"
dialog-form="context.emailform">
< form name = "context.emailform" class = "co-single-field-dialog" >
Please enter a new email address.
< input type = "email" class = "form-control" placeholder = "Your new e-mail address"
ng-model="changeEmailInfo.email" required>
< / form >
< / div >
2015-03-30 21:55:04 +00:00
< / div >