From 472affb6a39f3126ae8bde696ae2fc29f11b2835 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 10 Feb 2021 13:58:08 +0100 Subject: [PATCH] Move all into newgui/ --- .editorconfig => newgui/.editorconfig | 0 .gitignore => newgui/.gitignore | 0 LICENSE => newgui/LICENSE | 0 README.md => newgui/README.md | 0 angular.json => newgui/angular.json | 0 browserslist => newgui/browserslist | 0 {e2e => newgui/e2e}/protractor.conf.js | 0 {e2e => newgui/e2e}/src/app.e2e-spec.ts | 0 {e2e => newgui/e2e}/src/app.po.ts | 0 {e2e => newgui/e2e}/tsconfig.json | 0 karma.conf.js => newgui/karma.conf.js | 0 package-lock.json => newgui/package-lock.json | 0 package.json => newgui/package.json | 0 screenshot.png => newgui/screenshot.png | Bin {src => newgui/src}/app/api-utils.ts | 0 {src => newgui/src}/app/app-routing.module.ts | 0 {src => newgui/src}/app/app.component.html | 0 {src => newgui/src}/app/app.component.scss | 0 {src => newgui/src}/app/app.component.spec.ts | 0 {src => newgui/src}/app/app.component.ts | 0 {src => newgui/src}/app/app.module.ts | 0 {src => newgui/src}/app/card/card.component.scss | 0 {src => newgui/src}/app/card/card.component.spec.ts | 0 {src => newgui/src}/app/card/card.component.ts | 0 .../app/charts/chart-item/chart-item.component.html | 0 .../app/charts/chart-item/chart-item.component.scss | 0 .../charts/chart-item/chart-item.component.spec.ts | 0 .../app/charts/chart-item/chart-item.component.ts | 0 .../src}/app/charts/chart/chart.component.html | 0 .../src}/app/charts/chart/chart.component.scss | 0 .../src}/app/charts/chart/chart.component.spec.ts | 0 .../src}/app/charts/chart/chart.component.ts | 0 .../charts/donut-chart/donut-chart.component.html | 0 .../charts/donut-chart/donut-chart.component.scss | 0 .../donut-chart/donut-chart.component.spec.ts | 0 .../app/charts/donut-chart/donut-chart.component.ts | 0 {src => newgui/src}/app/charts/tooltip.ts | 0 {src => newgui/src}/app/completion.ts | 0 {src => newgui/src}/app/connections.ts | 0 .../src}/app/dashboard/dashboard.component.html | 0 .../src}/app/dashboard/dashboard.component.scss | 0 .../src}/app/dashboard/dashboard.component.spec.ts | 0 .../src}/app/dashboard/dashboard.component.ts | 0 {src => newgui/src}/app/device.ts | 0 .../src}/app/dialog/dialog.component.html | 0 .../src}/app/dialog/dialog.component.scss | 0 .../src}/app/dialog/dialog.component.spec.ts | 0 {src => newgui/src}/app/dialog/dialog.component.ts | 0 {src => newgui/src}/app/folder.ts | 0 .../http-interceptors/caching.interceptor.spec.ts | 0 .../app/http-interceptors/caching.interceptor.ts | 0 .../app/http-interceptors/csrf.interceptor.spec.ts | 0 .../src}/app/http-interceptors/csrf.interceptor.ts | 0 .../app/http-interceptors/error.interceptor.spec.ts | 0 .../src}/app/http-interceptors/error.interceptor.ts | 0 {src => newgui/src}/app/http-interceptors/index.ts | 0 .../src}/app/list-toggle/list-toggle.component.html | 0 .../src}/app/list-toggle/list-toggle.component.scss | 0 .../app/list-toggle/list-toggle.component.spec.ts | 0 .../src}/app/list-toggle/list-toggle.component.ts | 0 .../lists/device-list/device-list.component.html | 0 .../lists/device-list/device-list.component.spec.ts | 0 .../app/lists/device-list/device-list.component.ts | 0 .../lists/folder-list/folder-list.component.html | 0 .../lists/folder-list/folder-list.component.spec.ts | 0 .../app/lists/folder-list/folder-list.component.ts | 0 .../lists/status-list/status-list.component.html | 0 .../lists/status-list/status-list.component.scss | 0 .../lists/status-list/status-list.component.spec.ts | 0 .../app/lists/status-list/status-list.component.ts | 0 {src => newgui/src}/app/mocks/mock-db-completion.ts | 0 {src => newgui/src}/app/mocks/mock-db-status.ts | 0 {src => newgui/src}/app/mocks/mock-system-config.ts | 0 .../src}/app/mocks/mock-system-connections.ts | 0 {src => newgui/src}/app/mocks/mock-system-status.ts | 0 .../src}/app/services/cookie.service.spec.ts | 0 {src => newgui/src}/app/services/cookie.service.ts | 0 .../src}/app/services/db-completion.service.spec.ts | 0 .../src}/app/services/db-completion.service.ts | 0 .../src}/app/services/db-status.service.spec.ts | 0 .../src}/app/services/db-status.service.ts | 0 .../src}/app/services/device.service.spec.ts | 0 {src => newgui/src}/app/services/device.service.ts | 0 .../src}/app/services/filter.service.spec.ts | 0 {src => newgui/src}/app/services/filter.service.ts | 0 .../src}/app/services/folder.service.spec.ts | 0 {src => newgui/src}/app/services/folder.service.ts | 0 .../services/in-memory-config-data.service.spec.ts | 0 .../app/services/in-memory-config-data.service.ts | 0 .../src}/app/services/message.service.spec.ts | 0 {src => newgui/src}/app/services/message.service.ts | 0 .../src}/app/services/progress.service.spec.ts | 0 .../src}/app/services/progress.service.ts | 0 .../src}/app/services/request-cache.service.spec.ts | 0 .../src}/app/services/request-cache.service.ts | 0 .../src}/app/services/system-config.service.spec.ts | 0 .../src}/app/services/system-config.service.ts | 0 .../app/services/system-connections.service.spec.ts | 0 .../src}/app/services/system-connections.service.ts | 0 .../src}/app/services/system-status.service.spec.ts | 0 .../src}/app/services/system-status.service.ts | 0 {src => newgui/src}/app/style.ts | 0 {src => newgui/src}/app/system-status.ts | 0 {src => newgui/src}/app/trim.pipe.spec.ts | 0 {src => newgui/src}/app/trim.pipe.ts | 0 {src => newgui/src}/app/type.ts | 0 {src => newgui/src}/assets/.gitkeep | 0 {src => newgui/src}/assets/logo-horizontal.svg | Bin .../src}/environments/environment.prod.ts | 0 {src => newgui/src}/environments/environment.ts | 0 {src => newgui/src}/favicon.ico | Bin {src => newgui/src}/index.html | 0 {src => newgui/src}/main.ts | 0 {src => newgui/src}/polyfills.ts | 0 {src => newgui/src}/styles.scss | 0 {src => newgui/src}/test.ts | 0 tsconfig.app.json => newgui/tsconfig.app.json | 0 tsconfig.json => newgui/tsconfig.json | 0 tsconfig.spec.json => newgui/tsconfig.spec.json | 0 tslint.json => newgui/tslint.json | 0 120 files changed, 0 insertions(+), 0 deletions(-) rename .editorconfig => newgui/.editorconfig (100%) rename .gitignore => newgui/.gitignore (100%) rename LICENSE => newgui/LICENSE (100%) rename README.md => newgui/README.md (100%) rename angular.json => newgui/angular.json (100%) rename browserslist => newgui/browserslist (100%) rename {e2e => newgui/e2e}/protractor.conf.js (100%) rename {e2e => newgui/e2e}/src/app.e2e-spec.ts (100%) rename {e2e => newgui/e2e}/src/app.po.ts (100%) rename {e2e => newgui/e2e}/tsconfig.json (100%) rename karma.conf.js => newgui/karma.conf.js (100%) rename package-lock.json => newgui/package-lock.json (100%) rename package.json => newgui/package.json (100%) rename screenshot.png => newgui/screenshot.png (100%) rename {src => newgui/src}/app/api-utils.ts (100%) rename {src => newgui/src}/app/app-routing.module.ts (100%) rename {src => newgui/src}/app/app.component.html (100%) rename {src => newgui/src}/app/app.component.scss (100%) rename {src => newgui/src}/app/app.component.spec.ts (100%) rename {src => newgui/src}/app/app.component.ts (100%) rename {src => newgui/src}/app/app.module.ts (100%) rename {src => newgui/src}/app/card/card.component.scss (100%) rename {src => newgui/src}/app/card/card.component.spec.ts (100%) rename {src => newgui/src}/app/card/card.component.ts (100%) rename {src => newgui/src}/app/charts/chart-item/chart-item.component.html (100%) rename {src => newgui/src}/app/charts/chart-item/chart-item.component.scss (100%) rename {src => newgui/src}/app/charts/chart-item/chart-item.component.spec.ts (100%) rename {src => newgui/src}/app/charts/chart-item/chart-item.component.ts (100%) rename {src => newgui/src}/app/charts/chart/chart.component.html (100%) rename {src => newgui/src}/app/charts/chart/chart.component.scss (100%) rename {src => newgui/src}/app/charts/chart/chart.component.spec.ts (100%) rename {src => newgui/src}/app/charts/chart/chart.component.ts (100%) rename {src => newgui/src}/app/charts/donut-chart/donut-chart.component.html (100%) rename {src => newgui/src}/app/charts/donut-chart/donut-chart.component.scss (100%) rename {src => newgui/src}/app/charts/donut-chart/donut-chart.component.spec.ts (100%) rename {src => newgui/src}/app/charts/donut-chart/donut-chart.component.ts (100%) rename {src => newgui/src}/app/charts/tooltip.ts (100%) rename {src => newgui/src}/app/completion.ts (100%) rename {src => newgui/src}/app/connections.ts (100%) rename {src => newgui/src}/app/dashboard/dashboard.component.html (100%) rename {src => newgui/src}/app/dashboard/dashboard.component.scss (100%) rename {src => newgui/src}/app/dashboard/dashboard.component.spec.ts (100%) rename {src => newgui/src}/app/dashboard/dashboard.component.ts (100%) rename {src => newgui/src}/app/device.ts (100%) rename {src => newgui/src}/app/dialog/dialog.component.html (100%) rename {src => newgui/src}/app/dialog/dialog.component.scss (100%) rename {src => newgui/src}/app/dialog/dialog.component.spec.ts (100%) rename {src => newgui/src}/app/dialog/dialog.component.ts (100%) rename {src => newgui/src}/app/folder.ts (100%) rename {src => newgui/src}/app/http-interceptors/caching.interceptor.spec.ts (100%) rename {src => newgui/src}/app/http-interceptors/caching.interceptor.ts (100%) rename {src => newgui/src}/app/http-interceptors/csrf.interceptor.spec.ts (100%) rename {src => newgui/src}/app/http-interceptors/csrf.interceptor.ts (100%) rename {src => newgui/src}/app/http-interceptors/error.interceptor.spec.ts (100%) rename {src => newgui/src}/app/http-interceptors/error.interceptor.ts (100%) rename {src => newgui/src}/app/http-interceptors/index.ts (100%) rename {src => newgui/src}/app/list-toggle/list-toggle.component.html (100%) rename {src => newgui/src}/app/list-toggle/list-toggle.component.scss (100%) rename {src => newgui/src}/app/list-toggle/list-toggle.component.spec.ts (100%) rename {src => newgui/src}/app/list-toggle/list-toggle.component.ts (100%) rename {src => newgui/src}/app/lists/device-list/device-list.component.html (100%) rename {src => newgui/src}/app/lists/device-list/device-list.component.spec.ts (100%) rename {src => newgui/src}/app/lists/device-list/device-list.component.ts (100%) rename {src => newgui/src}/app/lists/folder-list/folder-list.component.html (100%) rename {src => newgui/src}/app/lists/folder-list/folder-list.component.spec.ts (100%) rename {src => newgui/src}/app/lists/folder-list/folder-list.component.ts (100%) rename {src => newgui/src}/app/lists/status-list/status-list.component.html (100%) rename {src => newgui/src}/app/lists/status-list/status-list.component.scss (100%) rename {src => newgui/src}/app/lists/status-list/status-list.component.spec.ts (100%) rename {src => newgui/src}/app/lists/status-list/status-list.component.ts (100%) rename {src => newgui/src}/app/mocks/mock-db-completion.ts (100%) rename {src => newgui/src}/app/mocks/mock-db-status.ts (100%) rename {src => newgui/src}/app/mocks/mock-system-config.ts (100%) rename {src => newgui/src}/app/mocks/mock-system-connections.ts (100%) rename {src => newgui/src}/app/mocks/mock-system-status.ts (100%) rename {src => newgui/src}/app/services/cookie.service.spec.ts (100%) rename {src => newgui/src}/app/services/cookie.service.ts (100%) rename {src => newgui/src}/app/services/db-completion.service.spec.ts (100%) rename {src => newgui/src}/app/services/db-completion.service.ts (100%) rename {src => newgui/src}/app/services/db-status.service.spec.ts (100%) rename {src => newgui/src}/app/services/db-status.service.ts (100%) rename {src => newgui/src}/app/services/device.service.spec.ts (100%) rename {src => newgui/src}/app/services/device.service.ts (100%) rename {src => newgui/src}/app/services/filter.service.spec.ts (100%) rename {src => newgui/src}/app/services/filter.service.ts (100%) rename {src => newgui/src}/app/services/folder.service.spec.ts (100%) rename {src => newgui/src}/app/services/folder.service.ts (100%) rename {src => newgui/src}/app/services/in-memory-config-data.service.spec.ts (100%) rename {src => newgui/src}/app/services/in-memory-config-data.service.ts (100%) rename {src => newgui/src}/app/services/message.service.spec.ts (100%) rename {src => newgui/src}/app/services/message.service.ts (100%) rename {src => newgui/src}/app/services/progress.service.spec.ts (100%) rename {src => newgui/src}/app/services/progress.service.ts (100%) rename {src => newgui/src}/app/services/request-cache.service.spec.ts (100%) rename {src => newgui/src}/app/services/request-cache.service.ts (100%) rename {src => newgui/src}/app/services/system-config.service.spec.ts (100%) rename {src => newgui/src}/app/services/system-config.service.ts (100%) rename {src => newgui/src}/app/services/system-connections.service.spec.ts (100%) rename {src => newgui/src}/app/services/system-connections.service.ts (100%) rename {src => newgui/src}/app/services/system-status.service.spec.ts (100%) rename {src => newgui/src}/app/services/system-status.service.ts (100%) rename {src => newgui/src}/app/style.ts (100%) rename {src => newgui/src}/app/system-status.ts (100%) rename {src => newgui/src}/app/trim.pipe.spec.ts (100%) rename {src => newgui/src}/app/trim.pipe.ts (100%) rename {src => newgui/src}/app/type.ts (100%) rename {src => newgui/src}/assets/.gitkeep (100%) rename {src => newgui/src}/assets/logo-horizontal.svg (100%) rename {src => newgui/src}/environments/environment.prod.ts (100%) rename {src => newgui/src}/environments/environment.ts (100%) rename {src => newgui/src}/favicon.ico (100%) rename {src => newgui/src}/index.html (100%) rename {src => newgui/src}/main.ts (100%) rename {src => newgui/src}/polyfills.ts (100%) rename {src => newgui/src}/styles.scss (100%) rename {src => newgui/src}/test.ts (100%) rename tsconfig.app.json => newgui/tsconfig.app.json (100%) rename tsconfig.json => newgui/tsconfig.json (100%) rename tsconfig.spec.json => newgui/tsconfig.spec.json (100%) rename tslint.json => newgui/tslint.json (100%) diff --git a/.editorconfig b/newgui/.editorconfig similarity index 100% rename from .editorconfig rename to newgui/.editorconfig diff --git a/.gitignore b/newgui/.gitignore similarity index 100% rename from .gitignore rename to newgui/.gitignore diff --git a/LICENSE b/newgui/LICENSE similarity index 100% rename from LICENSE rename to newgui/LICENSE diff --git a/README.md b/newgui/README.md similarity index 100% rename from README.md rename to newgui/README.md diff --git a/angular.json b/newgui/angular.json similarity index 100% rename from angular.json rename to newgui/angular.json diff --git a/browserslist b/newgui/browserslist similarity index 100% rename from browserslist rename to newgui/browserslist diff --git a/e2e/protractor.conf.js b/newgui/e2e/protractor.conf.js similarity index 100% rename from e2e/protractor.conf.js rename to newgui/e2e/protractor.conf.js diff --git a/e2e/src/app.e2e-spec.ts b/newgui/e2e/src/app.e2e-spec.ts similarity index 100% rename from e2e/src/app.e2e-spec.ts rename to newgui/e2e/src/app.e2e-spec.ts diff --git a/e2e/src/app.po.ts b/newgui/e2e/src/app.po.ts similarity index 100% rename from e2e/src/app.po.ts rename to newgui/e2e/src/app.po.ts diff --git a/e2e/tsconfig.json b/newgui/e2e/tsconfig.json similarity index 100% rename from e2e/tsconfig.json rename to newgui/e2e/tsconfig.json diff --git a/karma.conf.js b/newgui/karma.conf.js similarity index 100% rename from karma.conf.js rename to newgui/karma.conf.js diff --git a/package-lock.json b/newgui/package-lock.json similarity index 100% rename from package-lock.json rename to newgui/package-lock.json diff --git a/package.json b/newgui/package.json similarity index 100% rename from package.json rename to newgui/package.json diff --git a/screenshot.png b/newgui/screenshot.png similarity index 100% rename from screenshot.png rename to newgui/screenshot.png diff --git a/src/app/api-utils.ts b/newgui/src/app/api-utils.ts similarity index 100% rename from src/app/api-utils.ts rename to newgui/src/app/api-utils.ts diff --git a/src/app/app-routing.module.ts b/newgui/src/app/app-routing.module.ts similarity index 100% rename from src/app/app-routing.module.ts rename to newgui/src/app/app-routing.module.ts diff --git a/src/app/app.component.html b/newgui/src/app/app.component.html similarity index 100% rename from src/app/app.component.html rename to newgui/src/app/app.component.html diff --git a/src/app/app.component.scss b/newgui/src/app/app.component.scss similarity index 100% rename from src/app/app.component.scss rename to newgui/src/app/app.component.scss diff --git a/src/app/app.component.spec.ts b/newgui/src/app/app.component.spec.ts similarity index 100% rename from src/app/app.component.spec.ts rename to newgui/src/app/app.component.spec.ts diff --git a/src/app/app.component.ts b/newgui/src/app/app.component.ts similarity index 100% rename from src/app/app.component.ts rename to newgui/src/app/app.component.ts diff --git a/src/app/app.module.ts b/newgui/src/app/app.module.ts similarity index 100% rename from src/app/app.module.ts rename to newgui/src/app/app.module.ts diff --git a/src/app/card/card.component.scss b/newgui/src/app/card/card.component.scss similarity index 100% rename from src/app/card/card.component.scss rename to newgui/src/app/card/card.component.scss diff --git a/src/app/card/card.component.spec.ts b/newgui/src/app/card/card.component.spec.ts similarity index 100% rename from src/app/card/card.component.spec.ts rename to newgui/src/app/card/card.component.spec.ts diff --git a/src/app/card/card.component.ts b/newgui/src/app/card/card.component.ts similarity index 100% rename from src/app/card/card.component.ts rename to newgui/src/app/card/card.component.ts diff --git a/src/app/charts/chart-item/chart-item.component.html b/newgui/src/app/charts/chart-item/chart-item.component.html similarity index 100% rename from src/app/charts/chart-item/chart-item.component.html rename to newgui/src/app/charts/chart-item/chart-item.component.html diff --git a/src/app/charts/chart-item/chart-item.component.scss b/newgui/src/app/charts/chart-item/chart-item.component.scss similarity index 100% rename from src/app/charts/chart-item/chart-item.component.scss rename to newgui/src/app/charts/chart-item/chart-item.component.scss diff --git a/src/app/charts/chart-item/chart-item.component.spec.ts b/newgui/src/app/charts/chart-item/chart-item.component.spec.ts similarity index 100% rename from src/app/charts/chart-item/chart-item.component.spec.ts rename to newgui/src/app/charts/chart-item/chart-item.component.spec.ts diff --git a/src/app/charts/chart-item/chart-item.component.ts b/newgui/src/app/charts/chart-item/chart-item.component.ts similarity index 100% rename from src/app/charts/chart-item/chart-item.component.ts rename to newgui/src/app/charts/chart-item/chart-item.component.ts diff --git a/src/app/charts/chart/chart.component.html b/newgui/src/app/charts/chart/chart.component.html similarity index 100% rename from src/app/charts/chart/chart.component.html rename to newgui/src/app/charts/chart/chart.component.html diff --git a/src/app/charts/chart/chart.component.scss b/newgui/src/app/charts/chart/chart.component.scss similarity index 100% rename from src/app/charts/chart/chart.component.scss rename to newgui/src/app/charts/chart/chart.component.scss diff --git a/src/app/charts/chart/chart.component.spec.ts b/newgui/src/app/charts/chart/chart.component.spec.ts similarity index 100% rename from src/app/charts/chart/chart.component.spec.ts rename to newgui/src/app/charts/chart/chart.component.spec.ts diff --git a/src/app/charts/chart/chart.component.ts b/newgui/src/app/charts/chart/chart.component.ts similarity index 100% rename from src/app/charts/chart/chart.component.ts rename to newgui/src/app/charts/chart/chart.component.ts diff --git a/src/app/charts/donut-chart/donut-chart.component.html b/newgui/src/app/charts/donut-chart/donut-chart.component.html similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.html rename to newgui/src/app/charts/donut-chart/donut-chart.component.html diff --git a/src/app/charts/donut-chart/donut-chart.component.scss b/newgui/src/app/charts/donut-chart/donut-chart.component.scss similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.scss rename to newgui/src/app/charts/donut-chart/donut-chart.component.scss diff --git a/src/app/charts/donut-chart/donut-chart.component.spec.ts b/newgui/src/app/charts/donut-chart/donut-chart.component.spec.ts similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.spec.ts rename to newgui/src/app/charts/donut-chart/donut-chart.component.spec.ts diff --git a/src/app/charts/donut-chart/donut-chart.component.ts b/newgui/src/app/charts/donut-chart/donut-chart.component.ts similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.ts rename to newgui/src/app/charts/donut-chart/donut-chart.component.ts diff --git a/src/app/charts/tooltip.ts b/newgui/src/app/charts/tooltip.ts similarity index 100% rename from src/app/charts/tooltip.ts rename to newgui/src/app/charts/tooltip.ts diff --git a/src/app/completion.ts b/newgui/src/app/completion.ts similarity index 100% rename from src/app/completion.ts rename to newgui/src/app/completion.ts diff --git a/src/app/connections.ts b/newgui/src/app/connections.ts similarity index 100% rename from src/app/connections.ts rename to newgui/src/app/connections.ts diff --git a/src/app/dashboard/dashboard.component.html b/newgui/src/app/dashboard/dashboard.component.html similarity index 100% rename from src/app/dashboard/dashboard.component.html rename to newgui/src/app/dashboard/dashboard.component.html diff --git a/src/app/dashboard/dashboard.component.scss b/newgui/src/app/dashboard/dashboard.component.scss similarity index 100% rename from src/app/dashboard/dashboard.component.scss rename to newgui/src/app/dashboard/dashboard.component.scss diff --git a/src/app/dashboard/dashboard.component.spec.ts b/newgui/src/app/dashboard/dashboard.component.spec.ts similarity index 100% rename from src/app/dashboard/dashboard.component.spec.ts rename to newgui/src/app/dashboard/dashboard.component.spec.ts diff --git a/src/app/dashboard/dashboard.component.ts b/newgui/src/app/dashboard/dashboard.component.ts similarity index 100% rename from src/app/dashboard/dashboard.component.ts rename to newgui/src/app/dashboard/dashboard.component.ts diff --git a/src/app/device.ts b/newgui/src/app/device.ts similarity index 100% rename from src/app/device.ts rename to newgui/src/app/device.ts diff --git a/src/app/dialog/dialog.component.html b/newgui/src/app/dialog/dialog.component.html similarity index 100% rename from src/app/dialog/dialog.component.html rename to newgui/src/app/dialog/dialog.component.html diff --git a/src/app/dialog/dialog.component.scss b/newgui/src/app/dialog/dialog.component.scss similarity index 100% rename from src/app/dialog/dialog.component.scss rename to newgui/src/app/dialog/dialog.component.scss diff --git a/src/app/dialog/dialog.component.spec.ts b/newgui/src/app/dialog/dialog.component.spec.ts similarity index 100% rename from src/app/dialog/dialog.component.spec.ts rename to newgui/src/app/dialog/dialog.component.spec.ts diff --git a/src/app/dialog/dialog.component.ts b/newgui/src/app/dialog/dialog.component.ts similarity index 100% rename from src/app/dialog/dialog.component.ts rename to newgui/src/app/dialog/dialog.component.ts diff --git a/src/app/folder.ts b/newgui/src/app/folder.ts similarity index 100% rename from src/app/folder.ts rename to newgui/src/app/folder.ts diff --git a/src/app/http-interceptors/caching.interceptor.spec.ts b/newgui/src/app/http-interceptors/caching.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/caching.interceptor.spec.ts rename to newgui/src/app/http-interceptors/caching.interceptor.spec.ts diff --git a/src/app/http-interceptors/caching.interceptor.ts b/newgui/src/app/http-interceptors/caching.interceptor.ts similarity index 100% rename from src/app/http-interceptors/caching.interceptor.ts rename to newgui/src/app/http-interceptors/caching.interceptor.ts diff --git a/src/app/http-interceptors/csrf.interceptor.spec.ts b/newgui/src/app/http-interceptors/csrf.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/csrf.interceptor.spec.ts rename to newgui/src/app/http-interceptors/csrf.interceptor.spec.ts diff --git a/src/app/http-interceptors/csrf.interceptor.ts b/newgui/src/app/http-interceptors/csrf.interceptor.ts similarity index 100% rename from src/app/http-interceptors/csrf.interceptor.ts rename to newgui/src/app/http-interceptors/csrf.interceptor.ts diff --git a/src/app/http-interceptors/error.interceptor.spec.ts b/newgui/src/app/http-interceptors/error.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/error.interceptor.spec.ts rename to newgui/src/app/http-interceptors/error.interceptor.spec.ts diff --git a/src/app/http-interceptors/error.interceptor.ts b/newgui/src/app/http-interceptors/error.interceptor.ts similarity index 100% rename from src/app/http-interceptors/error.interceptor.ts rename to newgui/src/app/http-interceptors/error.interceptor.ts diff --git a/src/app/http-interceptors/index.ts b/newgui/src/app/http-interceptors/index.ts similarity index 100% rename from src/app/http-interceptors/index.ts rename to newgui/src/app/http-interceptors/index.ts diff --git a/src/app/list-toggle/list-toggle.component.html b/newgui/src/app/list-toggle/list-toggle.component.html similarity index 100% rename from src/app/list-toggle/list-toggle.component.html rename to newgui/src/app/list-toggle/list-toggle.component.html diff --git a/src/app/list-toggle/list-toggle.component.scss b/newgui/src/app/list-toggle/list-toggle.component.scss similarity index 100% rename from src/app/list-toggle/list-toggle.component.scss rename to newgui/src/app/list-toggle/list-toggle.component.scss diff --git a/src/app/list-toggle/list-toggle.component.spec.ts b/newgui/src/app/list-toggle/list-toggle.component.spec.ts similarity index 100% rename from src/app/list-toggle/list-toggle.component.spec.ts rename to newgui/src/app/list-toggle/list-toggle.component.spec.ts diff --git a/src/app/list-toggle/list-toggle.component.ts b/newgui/src/app/list-toggle/list-toggle.component.ts similarity index 100% rename from src/app/list-toggle/list-toggle.component.ts rename to newgui/src/app/list-toggle/list-toggle.component.ts diff --git a/src/app/lists/device-list/device-list.component.html b/newgui/src/app/lists/device-list/device-list.component.html similarity index 100% rename from src/app/lists/device-list/device-list.component.html rename to newgui/src/app/lists/device-list/device-list.component.html diff --git a/src/app/lists/device-list/device-list.component.spec.ts b/newgui/src/app/lists/device-list/device-list.component.spec.ts similarity index 100% rename from src/app/lists/device-list/device-list.component.spec.ts rename to newgui/src/app/lists/device-list/device-list.component.spec.ts diff --git a/src/app/lists/device-list/device-list.component.ts b/newgui/src/app/lists/device-list/device-list.component.ts similarity index 100% rename from src/app/lists/device-list/device-list.component.ts rename to newgui/src/app/lists/device-list/device-list.component.ts diff --git a/src/app/lists/folder-list/folder-list.component.html b/newgui/src/app/lists/folder-list/folder-list.component.html similarity index 100% rename from src/app/lists/folder-list/folder-list.component.html rename to newgui/src/app/lists/folder-list/folder-list.component.html diff --git a/src/app/lists/folder-list/folder-list.component.spec.ts b/newgui/src/app/lists/folder-list/folder-list.component.spec.ts similarity index 100% rename from src/app/lists/folder-list/folder-list.component.spec.ts rename to newgui/src/app/lists/folder-list/folder-list.component.spec.ts diff --git a/src/app/lists/folder-list/folder-list.component.ts b/newgui/src/app/lists/folder-list/folder-list.component.ts similarity index 100% rename from src/app/lists/folder-list/folder-list.component.ts rename to newgui/src/app/lists/folder-list/folder-list.component.ts diff --git a/src/app/lists/status-list/status-list.component.html b/newgui/src/app/lists/status-list/status-list.component.html similarity index 100% rename from src/app/lists/status-list/status-list.component.html rename to newgui/src/app/lists/status-list/status-list.component.html diff --git a/src/app/lists/status-list/status-list.component.scss b/newgui/src/app/lists/status-list/status-list.component.scss similarity index 100% rename from src/app/lists/status-list/status-list.component.scss rename to newgui/src/app/lists/status-list/status-list.component.scss diff --git a/src/app/lists/status-list/status-list.component.spec.ts b/newgui/src/app/lists/status-list/status-list.component.spec.ts similarity index 100% rename from src/app/lists/status-list/status-list.component.spec.ts rename to newgui/src/app/lists/status-list/status-list.component.spec.ts diff --git a/src/app/lists/status-list/status-list.component.ts b/newgui/src/app/lists/status-list/status-list.component.ts similarity index 100% rename from src/app/lists/status-list/status-list.component.ts rename to newgui/src/app/lists/status-list/status-list.component.ts diff --git a/src/app/mocks/mock-db-completion.ts b/newgui/src/app/mocks/mock-db-completion.ts similarity index 100% rename from src/app/mocks/mock-db-completion.ts rename to newgui/src/app/mocks/mock-db-completion.ts diff --git a/src/app/mocks/mock-db-status.ts b/newgui/src/app/mocks/mock-db-status.ts similarity index 100% rename from src/app/mocks/mock-db-status.ts rename to newgui/src/app/mocks/mock-db-status.ts diff --git a/src/app/mocks/mock-system-config.ts b/newgui/src/app/mocks/mock-system-config.ts similarity index 100% rename from src/app/mocks/mock-system-config.ts rename to newgui/src/app/mocks/mock-system-config.ts diff --git a/src/app/mocks/mock-system-connections.ts b/newgui/src/app/mocks/mock-system-connections.ts similarity index 100% rename from src/app/mocks/mock-system-connections.ts rename to newgui/src/app/mocks/mock-system-connections.ts diff --git a/src/app/mocks/mock-system-status.ts b/newgui/src/app/mocks/mock-system-status.ts similarity index 100% rename from src/app/mocks/mock-system-status.ts rename to newgui/src/app/mocks/mock-system-status.ts diff --git a/src/app/services/cookie.service.spec.ts b/newgui/src/app/services/cookie.service.spec.ts similarity index 100% rename from src/app/services/cookie.service.spec.ts rename to newgui/src/app/services/cookie.service.spec.ts diff --git a/src/app/services/cookie.service.ts b/newgui/src/app/services/cookie.service.ts similarity index 100% rename from src/app/services/cookie.service.ts rename to newgui/src/app/services/cookie.service.ts diff --git a/src/app/services/db-completion.service.spec.ts b/newgui/src/app/services/db-completion.service.spec.ts similarity index 100% rename from src/app/services/db-completion.service.spec.ts rename to newgui/src/app/services/db-completion.service.spec.ts diff --git a/src/app/services/db-completion.service.ts b/newgui/src/app/services/db-completion.service.ts similarity index 100% rename from src/app/services/db-completion.service.ts rename to newgui/src/app/services/db-completion.service.ts diff --git a/src/app/services/db-status.service.spec.ts b/newgui/src/app/services/db-status.service.spec.ts similarity index 100% rename from src/app/services/db-status.service.spec.ts rename to newgui/src/app/services/db-status.service.spec.ts diff --git a/src/app/services/db-status.service.ts b/newgui/src/app/services/db-status.service.ts similarity index 100% rename from src/app/services/db-status.service.ts rename to newgui/src/app/services/db-status.service.ts diff --git a/src/app/services/device.service.spec.ts b/newgui/src/app/services/device.service.spec.ts similarity index 100% rename from src/app/services/device.service.spec.ts rename to newgui/src/app/services/device.service.spec.ts diff --git a/src/app/services/device.service.ts b/newgui/src/app/services/device.service.ts similarity index 100% rename from src/app/services/device.service.ts rename to newgui/src/app/services/device.service.ts diff --git a/src/app/services/filter.service.spec.ts b/newgui/src/app/services/filter.service.spec.ts similarity index 100% rename from src/app/services/filter.service.spec.ts rename to newgui/src/app/services/filter.service.spec.ts diff --git a/src/app/services/filter.service.ts b/newgui/src/app/services/filter.service.ts similarity index 100% rename from src/app/services/filter.service.ts rename to newgui/src/app/services/filter.service.ts diff --git a/src/app/services/folder.service.spec.ts b/newgui/src/app/services/folder.service.spec.ts similarity index 100% rename from src/app/services/folder.service.spec.ts rename to newgui/src/app/services/folder.service.spec.ts diff --git a/src/app/services/folder.service.ts b/newgui/src/app/services/folder.service.ts similarity index 100% rename from src/app/services/folder.service.ts rename to newgui/src/app/services/folder.service.ts diff --git a/src/app/services/in-memory-config-data.service.spec.ts b/newgui/src/app/services/in-memory-config-data.service.spec.ts similarity index 100% rename from src/app/services/in-memory-config-data.service.spec.ts rename to newgui/src/app/services/in-memory-config-data.service.spec.ts diff --git a/src/app/services/in-memory-config-data.service.ts b/newgui/src/app/services/in-memory-config-data.service.ts similarity index 100% rename from src/app/services/in-memory-config-data.service.ts rename to newgui/src/app/services/in-memory-config-data.service.ts diff --git a/src/app/services/message.service.spec.ts b/newgui/src/app/services/message.service.spec.ts similarity index 100% rename from src/app/services/message.service.spec.ts rename to newgui/src/app/services/message.service.spec.ts diff --git a/src/app/services/message.service.ts b/newgui/src/app/services/message.service.ts similarity index 100% rename from src/app/services/message.service.ts rename to newgui/src/app/services/message.service.ts diff --git a/src/app/services/progress.service.spec.ts b/newgui/src/app/services/progress.service.spec.ts similarity index 100% rename from src/app/services/progress.service.spec.ts rename to newgui/src/app/services/progress.service.spec.ts diff --git a/src/app/services/progress.service.ts b/newgui/src/app/services/progress.service.ts similarity index 100% rename from src/app/services/progress.service.ts rename to newgui/src/app/services/progress.service.ts diff --git a/src/app/services/request-cache.service.spec.ts b/newgui/src/app/services/request-cache.service.spec.ts similarity index 100% rename from src/app/services/request-cache.service.spec.ts rename to newgui/src/app/services/request-cache.service.spec.ts diff --git a/src/app/services/request-cache.service.ts b/newgui/src/app/services/request-cache.service.ts similarity index 100% rename from src/app/services/request-cache.service.ts rename to newgui/src/app/services/request-cache.service.ts diff --git a/src/app/services/system-config.service.spec.ts b/newgui/src/app/services/system-config.service.spec.ts similarity index 100% rename from src/app/services/system-config.service.spec.ts rename to newgui/src/app/services/system-config.service.spec.ts diff --git a/src/app/services/system-config.service.ts b/newgui/src/app/services/system-config.service.ts similarity index 100% rename from src/app/services/system-config.service.ts rename to newgui/src/app/services/system-config.service.ts diff --git a/src/app/services/system-connections.service.spec.ts b/newgui/src/app/services/system-connections.service.spec.ts similarity index 100% rename from src/app/services/system-connections.service.spec.ts rename to newgui/src/app/services/system-connections.service.spec.ts diff --git a/src/app/services/system-connections.service.ts b/newgui/src/app/services/system-connections.service.ts similarity index 100% rename from src/app/services/system-connections.service.ts rename to newgui/src/app/services/system-connections.service.ts diff --git a/src/app/services/system-status.service.spec.ts b/newgui/src/app/services/system-status.service.spec.ts similarity index 100% rename from src/app/services/system-status.service.spec.ts rename to newgui/src/app/services/system-status.service.spec.ts diff --git a/src/app/services/system-status.service.ts b/newgui/src/app/services/system-status.service.ts similarity index 100% rename from src/app/services/system-status.service.ts rename to newgui/src/app/services/system-status.service.ts diff --git a/src/app/style.ts b/newgui/src/app/style.ts similarity index 100% rename from src/app/style.ts rename to newgui/src/app/style.ts diff --git a/src/app/system-status.ts b/newgui/src/app/system-status.ts similarity index 100% rename from src/app/system-status.ts rename to newgui/src/app/system-status.ts diff --git a/src/app/trim.pipe.spec.ts b/newgui/src/app/trim.pipe.spec.ts similarity index 100% rename from src/app/trim.pipe.spec.ts rename to newgui/src/app/trim.pipe.spec.ts diff --git a/src/app/trim.pipe.ts b/newgui/src/app/trim.pipe.ts similarity index 100% rename from src/app/trim.pipe.ts rename to newgui/src/app/trim.pipe.ts diff --git a/src/app/type.ts b/newgui/src/app/type.ts similarity index 100% rename from src/app/type.ts rename to newgui/src/app/type.ts diff --git a/src/assets/.gitkeep b/newgui/src/assets/.gitkeep similarity index 100% rename from src/assets/.gitkeep rename to newgui/src/assets/.gitkeep diff --git a/src/assets/logo-horizontal.svg b/newgui/src/assets/logo-horizontal.svg similarity index 100% rename from src/assets/logo-horizontal.svg rename to newgui/src/assets/logo-horizontal.svg diff --git a/src/environments/environment.prod.ts b/newgui/src/environments/environment.prod.ts similarity index 100% rename from src/environments/environment.prod.ts rename to newgui/src/environments/environment.prod.ts diff --git a/src/environments/environment.ts b/newgui/src/environments/environment.ts similarity index 100% rename from src/environments/environment.ts rename to newgui/src/environments/environment.ts diff --git a/src/favicon.ico b/newgui/src/favicon.ico similarity index 100% rename from src/favicon.ico rename to newgui/src/favicon.ico diff --git a/src/index.html b/newgui/src/index.html similarity index 100% rename from src/index.html rename to newgui/src/index.html diff --git a/src/main.ts b/newgui/src/main.ts similarity index 100% rename from src/main.ts rename to newgui/src/main.ts diff --git a/src/polyfills.ts b/newgui/src/polyfills.ts similarity index 100% rename from src/polyfills.ts rename to newgui/src/polyfills.ts diff --git a/src/styles.scss b/newgui/src/styles.scss similarity index 100% rename from src/styles.scss rename to newgui/src/styles.scss diff --git a/src/test.ts b/newgui/src/test.ts similarity index 100% rename from src/test.ts rename to newgui/src/test.ts diff --git a/tsconfig.app.json b/newgui/tsconfig.app.json similarity index 100% rename from tsconfig.app.json rename to newgui/tsconfig.app.json diff --git a/tsconfig.json b/newgui/tsconfig.json similarity index 100% rename from tsconfig.json rename to newgui/tsconfig.json diff --git a/tsconfig.spec.json b/newgui/tsconfig.spec.json similarity index 100% rename from tsconfig.spec.json rename to newgui/tsconfig.spec.json diff --git a/tslint.json b/newgui/tslint.json similarity index 100% rename from tslint.json rename to newgui/tslint.json