From 4d1b422b25ce472b8f6d34cc2e78d11a135be442 Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Mon, 26 Sep 2022 16:33:07 +0100 Subject: [PATCH] Chore: Remove empty and leftover files (#55757) --- public/app/angular/partials/http_settings.html | 0 .../app/core/components/search/search_results.ts | 0 public/app/core/mod_defs.d.ts | 14 -------------- .../alerting/components/AlertingQueryRow.tsx | 0 .../receivers/form/SubformOptionElement.tsx | 0 public/app/features/all.ts | 1 - public/app/features/profile/all.ts | 0 .../panel/nodeGraph/__mocks__/layout.worker.js | 0 public/sass/_grafana.scss | 1 - public/sass/components/_panel_text.scss | 0 10 files changed, 16 deletions(-) delete mode 100644 public/app/angular/partials/http_settings.html delete mode 100644 public/app/core/components/search/search_results.ts delete mode 100644 public/app/core/mod_defs.d.ts delete mode 100644 public/app/features/alerting/components/AlertingQueryRow.tsx delete mode 100644 public/app/features/alerting/unified/components/receivers/form/SubformOptionElement.tsx delete mode 100644 public/app/features/profile/all.ts delete mode 100644 public/app/plugins/panel/nodeGraph/__mocks__/layout.worker.js delete mode 100644 public/sass/components/_panel_text.scss diff --git a/public/app/angular/partials/http_settings.html b/public/app/angular/partials/http_settings.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/app/core/components/search/search_results.ts b/public/app/core/components/search/search_results.ts deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/app/core/mod_defs.d.ts b/public/app/core/mod_defs.d.ts deleted file mode 100644 index d5b2e6c2a8a..00000000000 --- a/public/app/core/mod_defs.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -declare module 'app/core/controllers/all' { - let json: any; - export { json }; -} - -declare module 'app/core/routes/all' { - let json: any; - export { json }; -} - -declare module 'app/core/services/all' { - let json: any; - export default json; -} diff --git a/public/app/features/alerting/components/AlertingQueryRow.tsx b/public/app/features/alerting/components/AlertingQueryRow.tsx deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/app/features/alerting/unified/components/receivers/form/SubformOptionElement.tsx b/public/app/features/alerting/unified/components/receivers/form/SubformOptionElement.tsx deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/app/features/all.ts b/public/app/features/all.ts index ec007011106..b25b7b50951 100644 --- a/public/app/features/all.ts +++ b/public/app/features/all.ts @@ -1,3 +1,2 @@ import './plugins/all'; import './dashboard'; -import './profile/all'; diff --git a/public/app/features/profile/all.ts b/public/app/features/profile/all.ts deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/app/plugins/panel/nodeGraph/__mocks__/layout.worker.js b/public/app/plugins/panel/nodeGraph/__mocks__/layout.worker.js deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/public/sass/_grafana.scss b/public/sass/_grafana.scss index d5416207d77..4e6781ffce9 100644 --- a/public/sass/_grafana.scss +++ b/public/sass/_grafana.scss @@ -48,7 +48,6 @@ @import 'components/panel_pluginlist'; @import 'components/panel_singlestat'; @import 'components/panel_table'; -@import 'components/panel_text'; @import 'components/panel_heatmap'; @import 'components/tagsinput'; @import 'components/tables_lists'; diff --git a/public/sass/components/_panel_text.scss b/public/sass/components/_panel_text.scss deleted file mode 100644 index e69de29bb2d..00000000000