Skip to content

Commit 362010c

Browse files
committed
Remove angular code related to API Keys and point the route to the React component grafana#13411
1 parent c7fb691 commit 362010c

File tree

5 files changed

+0
-135
lines changed

5 files changed

+0
-135
lines changed

public/app/features/org/all.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ import './change_password_ctrl';
66
import './new_org_ctrl';
77
import './user_invite_ctrl';
88
import './create_team_ctrl';
9-
import './org_api_keys_ctrl';
109
import './org_details_ctrl';
1110
import './prefs_control';

public/app/features/org/org_api_keys_ctrl.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

public/app/features/org/partials/apikeyModal.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

public/app/features/org/partials/orgApiKeys.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

public/app/routes/routes.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
139139
controllerAs: 'ctrl',
140140
})
141141
.when('/org/apikeys', {
142-
templateUrl: 'public/app/features/org/partials/orgApiKeys.html',
143-
controller: 'OrgApiKeysCtrl',
144-
})
145-
.when('/org/apikeys2', {
146142
template: '<react-container />',
147143
resolve: {
148144
roles: () => ['Editor', 'Admin'],

0 commit comments

Comments
 (0)