diff --git a/packages/grafana-data/src/types/app.ts b/packages/grafana-data/src/types/app.ts index 252393230fa..d0617adeaa2 100644 --- a/packages/grafana-data/src/types/app.ts +++ b/packages/grafana-data/src/types/app.ts @@ -50,9 +50,6 @@ export class AppPlugin extends GrafanaPlugin> { root?: ComponentClass>; rootNav?: NavModel; // Initial navigation model - // Old style pages - angularPages?: { [component: string]: any }; - /** * Called after the module has loaded, and before the app is used. * This function may be called multiple times on the same instance. @@ -88,12 +85,6 @@ export class AppPlugin extends GrafanaPlugin> { console.warn('App Page uses unknown component: ', include.component, this.meta); continue; } - - if (!this.angularPages) { - this.angularPages = {}; - } - - this.angularPages[include.component] = exp; } } } diff --git a/public/app/features/plugins/all.ts b/public/app/features/plugins/all.ts index 6ed79e3aafb..9776a8e0b93 100644 --- a/public/app/features/plugins/all.ts +++ b/public/app/features/plugins/all.ts @@ -1,4 +1,3 @@ -import './plugin_page_ctrl'; import './datasource_srv'; import './plugin_component'; import './variableQueryEditorLoader'; diff --git a/public/app/features/plugins/partials/plugin_page.html b/public/app/features/plugins/partials/plugin_page.html deleted file mode 100644 index 5a72a699fc9..00000000000 --- a/public/app/features/plugins/partials/plugin_page.html +++ /dev/null @@ -1,12 +0,0 @@ -
- - -
-
- - -
-
-
- -