You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/03/18 21:49:12 UTC

[incubator-streampipes] branch dev updated: Fix date picker in data explorer

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

zehnder 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 e35e382  Fix date picker in data explorer
     new 8447709  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
e35e382 is described below

commit e35e3823878c591c59d4995eac3bdc11cf14a4bb
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Mar 18 22:48:21 2020 +0100

    Fix date picker in data explorer
---
 ui/src/scss/main.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/scss/main.scss b/ui/src/scss/main.scss
index 2e08972..2532e19 100644
--- a/ui/src/scss/main.scss
+++ b/ui/src/scss/main.scss
@@ -35,6 +35,7 @@
 @import '~prismjs/themes/prism.css';
 @import '~angular-loading-bar/build/loading-bar.min.css';
 @import '~shepherd.js/dist/css/shepherd-theme-default.css';
+@import "~ng-pick-datetime/assets/style/picker.min.css";
 @import '~leaflet/dist/leaflet.css';
 @import '~material-design-icons/iconfont/material-icons.css';