You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/02/24 09:56:48 UTC

[incubator-streampipes] branch dev updated: Remove background image, modify angular.json

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new edb61ed  Remove background image, modify angular.json
edb61ed is described below

commit edb61ed89e99262c43ccbab05724f92a9f222b6e
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Feb 24 10:56:35 2020 +0100

    Remove background image, modify angular.json
---
 ui/angular.json                         |   1 -
 ui/deployment/0.65.0/img/background.png | Bin 995787 -> 0 bytes
 ui/deployment/apps/img/background.png   | Bin 995787 -> 0 bytes
 ui/deployment/dev/img/background.png    | Bin 995787 -> 0 bytes
 ui/deployment/prebuild.js               |   2 --
 5 files changed, 3 deletions(-)

diff --git a/ui/angular.json b/ui/angular.json
index 54f4c96..14a140f 100644
--- a/ui/angular.json
+++ b/ui/angular.json
@@ -27,7 +27,6 @@
               "node_modules/slick-carousel/slick/slick.scss",
               "node_modules/slick-carousel/slick/slick-theme.scss",
               "node_modules/datatables.net-dt/css/jquery.dataTables.css",
-              "node_modules/ng-pick-datetime/assets/style/picker.min.css",
               "node_modules/@fortawesome/fontawesome-free/css/all.css",
               "src/assets/fonts/MaterialIcons-Regular.css",
               "src/assets/fonts/Roboto-Regular.css",
diff --git a/ui/deployment/0.65.0/img/background.png b/ui/deployment/0.65.0/img/background.png
deleted file mode 100644
index 2bf43d3..0000000
Binary files a/ui/deployment/0.65.0/img/background.png and /dev/null differ
diff --git a/ui/deployment/apps/img/background.png b/ui/deployment/apps/img/background.png
deleted file mode 100644
index 2bf43d3..0000000
Binary files a/ui/deployment/apps/img/background.png and /dev/null differ
diff --git a/ui/deployment/dev/img/background.png b/ui/deployment/dev/img/background.png
deleted file mode 100644
index 2bf43d3..0000000
Binary files a/ui/deployment/dev/img/background.png and /dev/null differ
diff --git a/ui/deployment/prebuild.js b/ui/deployment/prebuild.js
index 1894553..c783004 100644
--- a/ui/deployment/prebuild.js
+++ b/ui/deployment/prebuild.js
@@ -98,8 +98,6 @@ fs.writeFileSync('src/app/home/home.service.ts', mustache.render(fs.readFileSync
 
 
 // Move Images
-fs.writeFileSync('src/assets/img/login/background.png', fs.readFileSync(config['login']['backgroundImage']));
-console.log('Moved: background.png');
 fs.writeFileSync('src/assets/img/login/logo.png', fs.readFileSync(config['login']['logo']));
 console.log('Moved: logo.png');
 fs.writeFileSync('src/assets/img/sp/sp-logo-right-white.png', fs.readFileSync(config['login']['logo-right']));