|
23 | 23 | ) |
24 | 24 | li.list-item.popover-list-item.small.disabled {{data.currentOrg.github.oauthName()}} Settings |
25 | 25 | li.list-item.popover-list-item( |
26 | | - ng-if = "data.currentOrg.isBillingVisible()" |
| 26 | + data-event-name = "Clicked to Open Billing Settings" |
27 | 27 | ng-click = "actions.openSettingsModal('billing')" |
| 28 | + ng-if = "data.currentOrg.isBillingVisible()" |
28 | 29 | ) |
29 | 30 | svg.iconnables |
30 | 31 | use( |
|
37 | 38 | ) |
38 | 39 | | {{data.currentOrg.poppa.trialDaysRemaining() + ' days left'}} |
39 | 40 | li.list-item.popover-list-item( |
40 | | - ng-click = "actions.openSettingsModal('teamManagement')" |
| 41 | + data-event-name = "Clicked to Open PR Bot Settings" |
| 42 | + ng-click = "actions.openSettingsModal('githubIntegration')" |
41 | 43 | ) |
42 | 44 | svg.iconnables |
43 | 45 | use( |
44 | | - xlink:href = "#icons-team" |
| 46 | + xlink:href = "#icons-octicons-github-gray" |
45 | 47 | ) |
46 | | - | Teammates |
| 48 | + | PR Bot |
47 | 49 | li.list-item.popover-list-item( |
48 | | - ng-click = "actions.openSettingsModal('githubIntegration')" |
| 50 | + data-event-name = "Clicked to Open Private Registry Settings" |
| 51 | + ng-click = "actions.openSettingsModal('privateRegistry')" |
| 52 | + ng-if = "$root.featureFlags.privateRegistry" |
49 | 53 | ) |
50 | 54 | svg.iconnables |
51 | 55 | use( |
52 | | - xlink:href = "#icons-octicons-github-gray" |
| 56 | + xlink:href = "#icons-private-registry" |
53 | 57 | ) |
54 | | - | PR Bot |
| 58 | + | Private Registry |
55 | 59 | li.list-item.popover-list-item( |
| 60 | + data-event-name = "Clicked to Open Slack Integration Settings" |
56 | 61 | ng-click = "actions.openSettingsModal('slackIntegration')" |
57 | 62 | ) |
58 | 63 | img.iconnables( |
|
61 | 66 | width = "24" |
62 | 67 | ) |
63 | 68 | | Slack Integration |
| 69 | + li.list-item.popover-list-item( |
| 70 | + data-event-name = "Clicked to Open SSH Keys Settings" |
| 71 | + ng-click = "actions.openSettingsModal('SSHKeys')" |
| 72 | + ng-if = "$root.featureFlags.composeSSHKeys" |
| 73 | + ) |
| 74 | + svg.iconnables |
| 75 | + use( |
| 76 | + xlink:href = "#icons-key" |
| 77 | + ) |
| 78 | + | SSH Keys |
| 79 | + li.list-item.popover-list-item( |
| 80 | + data-event-name = "Clicked to Open Teammates Settings" |
| 81 | + ng-click = "actions.openSettingsModal('teamManagement')" |
| 82 | + ) |
| 83 | + svg.iconnables |
| 84 | + use( |
| 85 | + xlink:href = "#icons-team" |
| 86 | + ) |
| 87 | + | Teammates |
64 | 88 | ul.list.popover-list( |
65 | 89 | ng-class = "{'list-secondary': !data.currentOrg.isPersonalAccount()}" |
66 | 90 | ) |
|
153 | 177 | ng-if = "flag === 'gitHubScope'" |
154 | 178 | style = "position: absolute; right: 9px; top: 6px;" |
155 | 179 | ) Go |
| 180 | + button.btn.btn-xs.gray( |
| 181 | + internal-modal-helper = "composeSSHAuthView" |
| 182 | + ng-if = "flag === 'composeSSHAuthView'" |
| 183 | + style = "position: absolute; right: 9px; top: 6px;" |
| 184 | + ) Go |
0 commit comments